guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: r-ape: Update to 5.1.


From: Tobias Geerinckx-Rice
Subject: 02/08: gnu: r-ape: Update to 5.1.
Date: Tue, 17 Apr 2018 18:58:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e81ef082d08acdfeae6fc2d0b78645b3122234e8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 17 05:19:47 2018 +0200

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



reply via email to

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