summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-07-17 14:19:53 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-07-17 14:19:53 +0200
commit8029b180bdf0917d509ffad9e221f996be7d9c9e (patch)
tree734f546c3c9bf06e2f997ca5301be3c56c41312c
parenta28d88e847ddcadded7edc6b79b9b6f78a8feb63 (diff)
downloadguix-8029b180bdf0917d509ffad9e221f996be7d9c9e.tar.gz
gnu: r-ggh4x: Update to 0.2.5.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.5.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e97e1ed7ce..75ffc81bfd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39220,14 +39220,14 @@ be efficient and easy to use.")
 (define-public r-ggh4x
   (package
     (name "r-ggh4x")
-    (version "0.2.4")
+    (version "0.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggh4x" version))
        (sha256
         (base32
-         "15b2agnk5dsinrxkbq5bmqgckssvlrkwarj2pi7xi8lxsqqrpw3w"))))
+         "0xj4nlxrpmwzdlj4q3vnhwy7gd1634ff7yjsnaf609ap0q23mxb1"))))
     (properties `((upstream-name . "ggh4x")))
     (build-system r-build-system)
     (propagated-inputs