1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-renv: Update to 1.2.0.

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

Change-Id: I0510ac7c2cb3771733348e578b503b347b74dc3e
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:50 +02:00
parent 0e281cdd5b
commit 097563d78f

View File

@@ -26796,14 +26796,14 @@ those searches and pull data into their R sessions.")
(define-public r-renv
(package
(name "r-renv")
(version "1.1.8")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "renv" version))
(sha256
(base32
"025fg37lyaijw0nimk7abjamp0l862jbvdvdb0dyn1g4m5vkl6ql"))))
"1xhilx07hsiim24k57kwa9pz3nbi39cg57z1qh6wdmglkwnz3yhx"))))
(properties `((upstream-name . "renv")))
(build-system r-build-system)
;; Tests attempt to install packages.