mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-renv: Update to 0.12.3.
* gnu/packages/cran.scm (r-renv): Update to 0.12.3.
This commit is contained in:
parent
964d8a8494
commit
df6c02d688
1 changed files with 2 additions and 2 deletions
|
@ -6529,14 +6529,14 @@ (define-public r-rappdirs
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.12.0")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jwm1ik600xswb53i1swjsnfrjjdffmmyk5k9hjc7kc8nlfl0ay5"))))
|
||||
"0k31x19gzpffb701c76p840cip10c0dh8yv3wcs30gqi0ag1g77l"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue