gnu: r-proxy: Update to 0.4-29.

* gnu/packages/cran.scm (r-proxy): Update to 0.4-29.

Change-Id: Ica5bd2e5c7958eb0389165fcf77eb1e790385604
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:42:00 +01:00 committed by Andreas Enge
parent 8d1b06bbd2
commit c457c5fce1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -17004,14 +17004,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))