guix-commits
[Top][All Lists]
Advanced

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

55/92: gnu: r-ape: Update to 5.2.


From: Ricardo Wurmus
Subject: 55/92: gnu: r-ape: Update to 5.2.
Date: Tue, 30 Oct 2018 16:48:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b62e104b8411723b1d1ceafb3393c87530d34833
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:47:50 2018 +0100

    gnu: r-ape: Update to 5.2.
    
    * gnu/packages/cran.scm (r-ape): Update to 5.2.
---
 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 2e4b83e..7dd9e11 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -320,14 +320,14 @@ component analysis (with robust methods, and parallelized 
functions).")
 (define-public r-ape
   (package
     (name "r-ape")
-    (version "5.1")
+    (version "5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ape" version))
        (sha256
         (base32
-         "0vm2065993wf4hdqarxqykhfz9aaj0rrb98alhkq4qw1d2kdrmdp"))))
+         "05b4yka5cirdgxd4d7iiaqvr428pk3j6n9q6dvg5j38kdj2h5sr7"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)



reply via email to

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