me
/
guix
Archived
1
0
Fork 0

gnu: r-renv: Update to 0.17.3.

* gnu/packages/cran.scm (r-renv): Update to 0.17.3.
master
Ricardo Wurmus 2023-04-17 11:10:33 +02:00
parent d9cef2c152
commit f31eb37d5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11401,14 +11401,14 @@ those searches and pull data into their R sessions.")
(define-public r-renv
(package
(name "r-renv")
(version "0.17.2")
(version "0.17.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
"1qar7s3zdnhqsi6am6f58wg3ygpwv73qmrcp36glz0galzigc0y2"))))
"1w7mwk3drf3bzfyhsy6mlnpbhgp8il8is7q95ad567ry4g6jhkqw"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
(native-inputs