guix-commits
[Top][All Lists]
Advanced

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

114/138: gnu: r-ggh4x: Update to 0.2.1.


From: guix-commits
Subject: 114/138: gnu: r-ggh4x: Update to 0.2.1.
Date: Wed, 5 Jan 2022 15:25:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 593667a8c0838ba1868afac29a1dcf23f0ecfdfc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:36 2022 +0100

    gnu: r-ggh4x: Update to 0.2.1.
    
    * gnu/packages/cran.scm (r-ggh4x): Update to 0.2.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 173c2fac4d..a65fbabc58 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31669,14 +31669,14 @@ be efficient and easy to use.")
 (define-public r-ggh4x
   (package
     (name "r-ggh4x")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggh4x" version))
        (sha256
         (base32
-         "0gv9ckkdqbcjknzsv8h3955wnikawdfypr279v74hvwyq86af29r"))))
+         "1r49yfm5fqv5s7jb92ad6rf8hd9plcry6f500czjhnhhrp16cqfp"))))
     (properties `((upstream-name . "ggh4x")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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