guix-commits
[Top][All Lists]
Advanced

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

77/174: gnu: r-ggfun: Update to 0.1.1.


From: guix-commits
Subject: 77/174: gnu: r-ggfun: Update to 0.1.1.
Date: Tue, 11 Jul 2023 14:48:23 -0400 (EDT)

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

commit 5f453183a2887d228081ce89bd13cb964823f825
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:27 2023 +0200

    gnu: r-ggfun: Update to 0.1.1.
    
    * gnu/packages/cran.scm (r-ggfun): Update to 0.1.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 ce13dbe08e..1f10d3f8a2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23342,14 +23342,14 @@ function for computing a matrix of correlation 
p-values.")
 (define-public r-ggfun
   (package
     (name "r-ggfun")
-    (version "0.0.9")
+    (version "0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfun" version))
        (sha256
         (base32
-         "04kn367mzgrfwnwz97vw5jqp2kig94hmxmhyyic7ddvk3sfhwx2w"))))
+         "1gypky0ksnwq98w9zqp9nfayhc1fx8wpn82mj2jpv1ydd5hfsicq"))))
     (properties `((upstream-name . "ggfun")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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