guix-commits
[Top][All Lists]
Advanced

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

12/67: gnu: r-ape: Update to 5.6-1.


From: guix-commits
Subject: 12/67: gnu: r-ape: Update to 5.6-1.
Date: Sun, 23 Jan 2022 08:06:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 55711d07ebe17e79d74df2a5fdb3b609abc8b68d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:30 2022 +0100

    gnu: r-ape: Update to 5.6-1.
    
    * gnu/packages/cran.scm (r-ape): Update to 5.6-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 4f9b6618e6..85772b4932 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2967,14 +2967,14 @@ component analysis (with robust methods, and 
parallelized functions).")
 (define-public r-ape
   (package
     (name "r-ape")
-    (version "5.6")
+    (version "5.6-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ape" version))
        (sha256
         (base32
-         "075d446jh337zg7w47bvxcbc942wy7jw8gych4ffmkqw7khjavyf"))))
+         "1xzpq3a4q5hmksc8nl530c9n31fdkj3nigqm1qhd3vkncl1iwh15"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice r-nlme r-rcpp))



reply via email to

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