me
/
guix
Archived
1
0
Fork 0

gnu: r-renv: Update to 1.0.0.

* gnu/packages/cran.scm (r-renv): Update to 1.0.0.
master
Ricardo Wurmus 2023-07-11 15:35:23 +02:00
parent b3983eb663
commit 6b4689ced6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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