Archived
1
0
Fork 0

gnu: r-renv: Update to 1.0.2.

* gnu/packages/cran.scm (r-renv): Update to 1.0.2.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:22 +02:00
parent 9e7b7ef4cb
commit 8dae3cab6d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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