Archived
1
0
Fork 0

gnu: r-renv: Update to 0.15.5.

* gnu/packages/cran.scm (r-renv): Update to 0.15.5.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:22 +02:00
parent 02c4b86cf3
commit ad26dda851
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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