guix-commits
[Top][All Lists]
Advanced

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

60/119: gnu: r-gert: Update to 1.3.1.


From: guix-commits
Subject: 60/119: gnu: r-gert: Update to 1.3.1.
Date: Sat, 10 Jul 2021 16:31:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0a23437a54360a548d65c524f595091036bafd28
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:17 2021 +0200

    gnu: r-gert: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-gert): Update to 1.3.1.
---
 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 31538f1..8bc7fe4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11175,14 +11175,14 @@ user credentials.")
 (define-public r-gert
   (package
     (name "r-gert")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gert" version))
        (sha256
         (base32
-         "1fh72p92wj83yv1ch77jms6k1gjqfji8cmgw23vpxd0p8l9jj4h7"))))
+         "0ydakqhwi406pn255zgrzw31x01djrrjdaknh0d2ibw136lmw5hj"))))
     (properties `((upstream-name . "gert")))
     (build-system r-build-system)
     (inputs



reply via email to

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