diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 05:19:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-18 00:38:10 +0200 |
commit | e81ef082d08acdfeae6fc2d0b78645b3122234e8 (patch) | |
tree | ddcf716cc8f57051582d77c823479dde56ff6047 /gnu/packages/cran.scm | |
parent | fb02f7bb3e76fe4b3dfe3c8685c671bd4572c0c0 (diff) | |
download | guix-e81ef082d08acdfeae6fc2d0b78645b3122234e8.tar.gz guix-e81ef082d08acdfeae6fc2d0b78645b3122234e8.zip |
gnu: r-ape: Update to 5.1.
* gnu/packages/cran.scm (r-ape): Update to 5.1.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 88ee6614e9..a44cc6e54b 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) |