guix-commits
[Top][All Lists]
Advanced

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

113/143: gnu: r-ggh4x: Update to 0.2.3.


From: guix-commits
Subject: 113/143: gnu: r-ggh4x: Update to 0.2.3.
Date: Tue, 29 Nov 2022 13:29:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1a4007f1b7f8e2eda23e4c1c291cc7596385188a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:33 2022 +0100

    gnu: r-ggh4x: Update to 0.2.3.
    
    * gnu/packages/cran.scm (r-ggh4x): Update to 0.2.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 7978450bfe..56c091a759 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35284,14 +35284,14 @@ be efficient and easy to use.")
 (define-public r-ggh4x
   (package
     (name "r-ggh4x")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggh4x" version))
        (sha256
         (base32
-         "11mskrby3gyjhkvnkcwl2ar1bdh4h45y48dfnm4kzgc7nwvdl3ia"))))
+         "0da5r8zfx1ixhk266byspfm2aifhm0jrvbk264xya712pxayiw4a"))))
     (properties `((upstream-name . "ggh4x")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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