guix-commits
[Top][All Lists]
Advanced

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

25/89: gnu: r-ape: Update to 5.4.


From: guix-commits
Subject: 25/89: gnu: r-ape: Update to 5.4.
Date: Thu, 11 Jun 2020 11:04:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e671034cf4c51d495ef64eec765119d76b3f6430
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:03:28 2020 +0200

    gnu: r-ape: Update to 5.4.
    
    * gnu/packages/cran.scm (r-ape): Update to 5.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 09d5303..b30b291 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1587,14 +1587,14 @@ component analysis (with robust methods, and 
parallelized functions).")
 (define-public r-ape
   (package
     (name "r-ape")
-    (version "5.3")
+    (version "5.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ape" version))
        (sha256
         (base32
-         "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
+         "0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)



reply via email to

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