mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-renv: Update to 0.17.2.
* gnu/packages/cran.scm (r-renv): Update to 0.17.2.
This commit is contained in:
parent
aea6e0ac39
commit
f39d04ab93
1 changed files with 2 additions and 2 deletions
|
@ -11095,14 +11095,14 @@ (define-public r-rentrez
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.17.0")
|
||||
(version "0.17.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1awkrnjgq11m3rshgmi508n0mx3cgjwvw9xwasxnqmadn120j2ld"))))
|
||||
"1qar7s3zdnhqsi6am6f58wg3ygpwv73qmrcp36glz0galzigc0y2"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue