guix-commits
[Top][All Lists]
Advanced

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

103/211: gnu: r-ggfun: Update to 0.0.7.


From: guix-commits
Subject: 103/211: gnu: r-ggfun: Update to 0.0.7.
Date: Tue, 20 Sep 2022 06:24:26 -0400 (EDT)

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

commit 8484776136dc007670c73fa6d54fc18e57f5c59d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:10 2022 +0200

    gnu: r-ggfun: Update to 0.0.7.
    
    * gnu/packages/cran.scm (r-ggfun): Update to 0.0.7.
---
 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 3a82cbb072..e308674f47 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19958,14 +19958,14 @@ function for computing a matrix of correlation 
p-values.")
 (define-public r-ggfun
   (package
     (name "r-ggfun")
-    (version "0.0.6")
+    (version "0.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfun" version))
        (sha256
         (base32
-         "06si42b60hp8wprs5nbks93qlb9s269k9kw7akcirizwc399x62r"))))
+         "0x71p3mm0sw72hv92368wy2yiy7zv826p3kddpwndqv1bywmyfx8"))))
     (properties `((upstream-name . "ggfun")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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