gnu: r-renv: Update to 0.9.2.

* gnu/packages/cran.scm (r-renv): Update to 0.9.2.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:50:22 +01:00
parent 2beb585c8d
commit 98ce8a31f0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")