me
/
guix
Archived
1
0
Fork 0

gnu: r-renv: Update to 0.15.2.

* gnu/packages/cran.scm (r-renv): Update to 0.15.2.
master
Ricardo Wurmus 2022-02-01 17:01:30 +01:00
parent 17cd7adfec
commit c99e7e893e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8099,14 +8099,14 @@ those searches and pull data into their R sessions.")
(define-public r-renv
(package
(name "r-renv")
(version "0.15.1")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
"0nwvdzwyjvqlvkwp1yhhvqm8b9pwimwng99s0m0j63zm9bgwis1n"))))
"1nv5hz40cbvdbc2kkr2q2xqnpkgkmp47nlfbr7z57mpn579zyznh"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
(native-inputs