gnu: r-renv: Update to 0.9.1.

* gnu/packages/cran.scm (r-renv): Update to 0.9.1.
This commit is contained in:
Ricardo Wurmus 2019-12-09 18:07:49 +01:00
parent 59ed55df27
commit e7e87d3840
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5570,14 +5570,14 @@ (define-public r-rappdirs
(define-public r-renv
(package
(name "r-renv")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
"1npxgmfk1pbnvch1j5w5k92429k88n278z1qhj7rgxh61z73rzqy"))))
"0mwqpcay6v1hnvhggsrn1chvdlhi9hwvsswas8ysygfy5wxxz1sm"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
(home-page "https://rstudio.github.io/renv")