me
/
guix
Archived
1
0
Fork 0

gnu: r-renv: Update to 0.15.4.

* gnu/packages/cran.scm (r-renv): Update to 0.15.4.
Ricardo Wurmus 2022-03-15 14:28:32 +01:00
parent d0321cd18f
commit 4199e47865
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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