1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

gnu: r-renv: Update to 1.0.5.

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

Change-Id: Ie51126dec50f4ec3bacd0b52354fd1a4cc2a926f
This commit is contained in:
Ricardo Wurmus
2024-03-05 14:37:34 +01:00
parent ae752e8872
commit 72d66dfd07

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