diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 15:03:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-11 17:03:43 +0200 |
commit | e671034cf4c51d495ef64eec765119d76b3f6430 (patch) | |
tree | ffc6ccc5bccac5d7b2abdee4b52cfced1a1c05e8 /gnu | |
parent | 6b2126f3329736cda0ffe8fdeb540531cbd938a0 (diff) |
gnu: r-ape: Update to 5.4.
* gnu/packages/cran.scm (r-ape): Update to 5.4.
Diffstat (limited to 'gnu')
-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 09d53030ee..b30b2911e8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1587,14 +1587,14 @@ component analysis (with robust methods, and parallelized functions).") (define-public r-ape (package (name "r-ape") - (version "5.3") + (version "5.4") (source (origin (method url-fetch) (uri (cran-uri "ape" version)) (sha256 (base32 - "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08")))) + "0f74x9vx9sxpns2hlq4w2x80cd2gw42isfgncvs9pqbjf4hiyqnr")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice) |