mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-renv: Update to 0.9.2.
* gnu/packages/cran.scm (r-renv): Update to 0.9.2.
This commit is contained in:
parent
2beb585c8d
commit
98ce8a31f0
1 changed files with 2 additions and 2 deletions
|
@ -5628,14 +5628,14 @@ (define-public r-rappdirs
|
|||
(define-public r-renv
|
||||
(package
|
||||
(name "r-renv")
|
||||
(version "0.9.1")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "renv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mwqpcay6v1hnvhggsrn1chvdlhi9hwvsswas8ysygfy5wxxz1sm"))))
|
||||
"1jwnabryn77s29ybwdfzlnd7c8m05xmi69kp5qbvdxy2gjwjzcdr"))))
|
||||
(properties `((upstream-name . "renv")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://rstudio.github.io/renv")
|
||||
|
|
Loading…
Reference in a new issue