guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: r-ape: Update to 5.4-1.


From: guix-commits
Subject: 02/15: gnu: r-ape: Update to 5.4-1.
Date: Thu, 20 Aug 2020 13:32:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4e6aa9aa6f3daaa67cfadb83c3d03c456e3ee53a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 19:24:01 2020 +0200

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



reply via email to

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