diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-31 18:43:50 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:23 +0200 |
| commit | 097563d78fa76ff09b2fb8c1fd1e5fd065a12c3c (patch) | |
| tree | 1464e8f78c4a751ca29beb01269066f117859e79 /gnu/packages | |
| parent | 0e281cdd5b8375de5e432446d5380dbf19b28761 (diff) | |
gnu: r-renv: Update to 1.2.0.
* gnu/packages/cran.scm (r-renv): Update to 1.2.0.
Change-Id: I0510ac7c2cb3771733348e578b503b347b74dc3e
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 660d992b480..011fde013b6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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. |
