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