gnu: r-renv: Update to 1.1.6.

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

Change-Id: I7b79aac860e90512ce04e68d4c244ee8948ea1e1
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:23 +01:00 committed by Andreas Enge
parent e9b055c590
commit 3f36265033
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -24964,14 +24964,14 @@ those searches and pull data into their R sessions.")
(define-public r-renv (define-public r-renv
(package (package
(name "r-renv") (name "r-renv")
(version "1.1.5") (version "1.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "renv" version)) (uri (cran-uri "renv" version))
(sha256 (sha256
(base32 (base32
"1ch60km15004ck79v97dnym7s35hjhvypg2gj6imxg49b739ds9y")))) "004nhp2hq8wrjvs0pjgsgqqxrd55ibg6hps6kiiknpvz6mj82x0g"))))
(properties `((upstream-name . "renv"))) (properties `((upstream-name . "renv")))
(build-system r-build-system) (build-system r-build-system)
;; Tests attempt to install packages. ;; Tests attempt to install packages.