mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-renv: Update to 0.12.0.
* gnu/packages/cran.scm (r-renv): Update to 0.12.0.
This commit is contained in:
parent
8b74fbd2e7
commit
95cc428ba9
1 changed files with 2 additions and 2 deletions
|
@ -6074,14 +6074,14 @@ (define-public r-rappdirs
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dd63jr240pg95a6p058s5kcclfmscihdy89v212msihmwvylwh3"))))
|
||||
"1jwm1ik600xswb53i1swjsnfrjjdffmmyk5k9hjc7kc8nlfl0ay5"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue