guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 5eb6adec66076967df32be9b9df22b1d6532be63
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:00 2026 +0100
gnu: r-proxy: Update to 0.4-29.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-29.
Change-Id: Ica5bd2e5c7958eb0389165fcf77eb1e790385604
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 55c33b6c4c..ad6f7c2c32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17002,14 +17002,14 @@ plot networks.")
(define-public r-proxy
(package
(name "r-proxy")
- (version "0.4-27")
+ (version "0.4-29")
(source
(origin
(method url-fetch)
(uri (cran-uri "proxy" version))
(sha256
(base32
- "0gsng2aggnljl4z82la9hpnd26hngzhj8fizx4wx22npqjj93694"))))
+ "0ny3jam5npbvd8w9hrn8cl4ai49cip58h0agaswb3v1fxwv0xsy6"))))
(build-system r-build-system)
;; Some tests need the r-cba package, which depends on r-proxy.
(arguments (list #:tests? #false))