mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-renv: Update to 0.17.0.
* gnu/packages/cran.scm (r-renv): Update to 0.17.0.
This commit is contained in:
parent
78215fa8de
commit
88e8116f1e
1 changed files with 2 additions and 2 deletions
|
@ -11094,14 +11094,14 @@ (define-public r-rentrez
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.16.0")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05m0idzjmg3wjlip9dy60nydk8dq7hdf3n9vnw6ldgp9f5mkx8gk"))))
|
||||
"1awkrnjgq11m3rshgmi508n0mx3cgjwvw9xwasxnqmadn120j2ld"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue