guix-commits
[Top][All Lists]
Advanced

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

20/125: gnu: r-ape: Update to 5.5.


From: guix-commits
Subject: 20/125: gnu: r-ape: Update to 5.5.
Date: Tue, 4 May 2021 01:33:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b84070527845f08c2d510038df9c3fa295defc9a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:05 2021 +0200

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



reply via email to

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