mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-renv: Update to 1.1.6.
* gnu/packages/cran.scm (r-renv): Update to 1.1.6. Change-Id: I7b79aac860e90512ce04e68d4c244ee8948ea1e1
This commit is contained in:
parent
e9b055c590
commit
3f36265033
1 changed files with 2 additions and 2 deletions
|
|
@ -24964,14 +24964,14 @@ those searches and pull data into their R sessions.")
|
||||||
(define-public r-renv
|
(define-public r-renv
|
||||||
(package
|
(package
|
||||||
(name "r-renv")
|
(name "r-renv")
|
||||||
(version "1.1.5")
|
(version "1.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "renv" version))
|
(uri (cran-uri "renv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ch60km15004ck79v97dnym7s35hjhvypg2gj6imxg49b739ds9y"))))
|
"004nhp2hq8wrjvs0pjgsgqqxrd55ibg6hps6kiiknpvz6mj82x0g"))))
|
||||||
(properties `((upstream-name . "renv")))
|
(properties `((upstream-name . "renv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Tests attempt to install packages.
|
;; Tests attempt to install packages.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue