gnu: r-renv: Update to 0.9.0.

* gnu/packages/cran.scm (r-renv): Update to 0.9.0.
This commit is contained in:
Ricardo Wurmus 2019-12-06 21:37:54 +01:00
parent e8ae22a6e5
commit 9d617f53ab
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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