From 65c97101cc12a8c916975d05cf5bad7e911b049b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 9 May 2025 13:10:49 +0200 Subject: [PATCH] gnu: r-renv: Update to 1.1.4. * gnu/packages/cran.scm (r-renv): Update to 1.1.4. Change-Id: I5ea1ef5c9629ba858d7116debcda0ab44f5edb12 --- gnu/packages/cran.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1544908efc0704fd1076c22e1c46a2f2d04d8570..4f5d331e4763f7e4eff44c1a494a3bf40271aca5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23068,18 +23068,20 @@ those searches and pull data into their R sessions.") (define-public r-renv (package (name "r-renv") - (version "1.1.1") + (version "1.1.4") (source (origin (method url-fetch) (uri (cran-uri "renv" version)) (sha256 (base32 - "04fz5x54fyzswgagqr8bpwyisircshzx7bswclkym8lrl7a3zrjl")))) + "1lwhcdjqqnv78cw88g3qvdmz89w5i0ll4z2rricikvbfsnmgw778")))) (properties `((upstream-name . "renv"))) (build-system r-build-system) ;; Tests attempt to install packages. (arguments (list #:tests? #false)) + ;; Since we are not running the tests, we don't need any of the many, many + ;; test inputs. (native-inputs (list r-knitr)) (home-page "https://rstudio.github.io/renv") (synopsis "Project environments")