guix-commits
[Top][All Lists]
Advanced

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

60/81: gnu: r-ggh4x: Update to 0.2.7.


From: guix-commits
Subject: 60/81: gnu: r-ggh4x: Update to 0.2.7.
Date: Mon, 1 Jan 2024 08:55:18 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit b9e33a7fd41204a85daede106d1041a1c13fb03d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:41 2023 +0100

    gnu: r-ggh4x: Update to 0.2.7.
    
    * gnu/packages/cran.scm (r-ggh4x): Update to 0.2.7.
    
    Change-Id: I0211d69404806922d6725f4936593573674d7e59
---
 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 abef208210..86af55c070 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40626,14 +40626,14 @@ be efficient and easy to use.")
 (define-public r-ggh4x
   (package
     (name "r-ggh4x")
-    (version "0.2.6")
+    (version "0.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggh4x" version))
        (sha256
         (base32
-         "0frbkdylyz630y7rjyif0whf74r89ca5bmhk9djcwz8nqfs2jygb"))))
+         "114xvlpdhnsdnw1g89yls3z80dxcj9fah09kvfddhlwbqbknxjxf"))))
     (properties `((upstream-name . "ggh4x")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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