mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-renv: Update to 0.12.5.
* gnu/packages/cran.scm (r-renv): Update to 0.12.5.
This commit is contained in:
parent
73ca708d40
commit
1463ad0b00
1 changed files with 2 additions and 2 deletions
|
@ -6534,14 +6534,14 @@ (define-public r-rappdirs
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.12.3")
|
||||
(version "0.12.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k31x19gzpffb701c76p840cip10c0dh8yv3wcs30gqi0ag1g77l"))))
|
||||
"0wfq1z5glng6jrfxj25mjhp129z6468gaszr9ggks5gp8lrwszzh"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue