me
/
guix
Archived
1
0
Fork 0

gnu: r-renv: Update to 1.0.5.

* gnu/packages/cran.scm (r-renv): Update to 1.0.5.

Change-Id: Ie51126dec50f4ec3bacd0b52354fd1a4cc2a926f
master
Ricardo Wurmus 2024-03-05 14:37:34 +01:00
parent ae752e8872
commit 72d66dfd07
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13440,14 +13440,14 @@ those searches and pull data into their R sessions.")
(define-public r-renv
(package
(name "r-renv")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
"0jfrkxslx1bw4b2akkp12bgvpfc58dh2vrm91hgb1xa5xydai7j6"))))
"07y1xqnx5jkgk0cqgf8c4p5vm3qy87zjl31zv6s0jssy3v7amq4p"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
(native-inputs