guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/39: gnu: r-renv: Update to 0.17.3.


From: guix-commits
Subject: 11/39: gnu: r-renv: Update to 0.17.3.
Date: Mon, 17 Apr 2023 05:12:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f31eb37d5b40b8150e0c82fa81357248fb3add49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 17 11:10:33 2023 +0200

    gnu: r-renv: Update to 0.17.3.
    
    * gnu/packages/cran.scm (r-renv): Update to 0.17.3.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 101663aef7..f1bce6f546 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11401,14 +11401,14 @@ those searches and pull data into their R sessions.")
 (define-public r-renv
   (package
     (name "r-renv")
-    (version "0.17.2")
+    (version "0.17.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "renv" version))
        (sha256
         (base32
-         "1qar7s3zdnhqsi6am6f58wg3ygpwv73qmrcp36glz0galzigc0y2"))))
+         "1w7mwk3drf3bzfyhsy6mlnpbhgp8il8is7q95ad567ry4g6jhkqw"))))
     (properties `((upstream-name . "renv")))
     (build-system r-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]