guix-commits
[Top][All Lists]
Advanced

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

05/17: gnu: r-renv: Update to 0.11.0.


From: guix-commits
Subject: 05/17: gnu: r-renv: Update to 0.11.0.
Date: Sun, 28 Jun 2020 00:03:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 308d91d8860a14ec8f827cb379905e43984cf833
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:09 2020 +0200

    gnu: r-renv: Update to 0.11.0.
    
    * gnu/packages/cran.scm (r-renv): Update to 0.11.0.
---
 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 66bea52..3f213ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6037,14 +6037,14 @@ Python's 
@url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
 (define-public r-renv
   (package
     (name "r-renv")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "renv" version))
        (sha256
         (base32
-         "0yy24kq60dh9n68my132xhhkbnbs7q91z55b1yd6ymr7rxj32mif"))))
+         "0dd63jr240pg95a6p058s5kcclfmscihdy89v212msihmwvylwh3"))))
     (properties `((upstream-name . "renv")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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