mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: r-renv: Update to 0.9.0.
* gnu/packages/cran.scm (r-renv): Update to 0.9.0.
This commit is contained in:
parent
e8ae22a6e5
commit
9d617f53ab
1 changed files with 2 additions and 2 deletions
|
@ -5568,14 +5568,14 @@ (define-public r-rappdirs
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.8.3")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0034jlaq7z40q3hcpkjlaff37dpn46kvxvzw4scbwlw4x9q8sx9j"))))
|
||||
"1npxgmfk1pbnvch1j5w5k92429k88n278z1qhj7rgxh61z73rzqy"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://rstudio.github.io/renv")
|
||||
|
|
Loading…
Reference in a new issue