mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
8d1b06bbd2
commit
c457c5fce1
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue