guix-commits
[Top][All Lists]
Advanced

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

59/114: gnu: r-ggfun: Update to 0.0.4.


From: guix-commits
Subject: 59/114: gnu: r-ggfun: Update to 0.0.4.
Date: Wed, 29 Sep 2021 13:22:19 -0400 (EDT)

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

commit 53689a2bf706f4dc5604587238c33f1517e35200
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:26 2021 +0200

    gnu: r-ggfun: Update to 0.0.4.
    
    * gnu/packages/cran.scm (r-ggfun): Update to 0.0.4.
---
 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 dc59d91..25057ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18143,14 +18143,14 @@ function for computing a matrix of correlation 
p-values.")
 (define-public r-ggfun
   (package
     (name "r-ggfun")
-    (version "0.0.3")
+    (version "0.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfun" version))
        (sha256
         (base32
-         "0bf8pl3scy5fx15h1fx0799cb9sg9spjapqif9gcz27pmmgdc0n9"))))
+         "07njcjcj212zxanq8x3nkh7mgvqmym08rx5s41rz9flhk9gkc9jr"))))
     (properties `((upstream-name . "ggfun")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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