From e671034cf4c51d495ef64eec765119d76b3f6430 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 11 Jun 2020 15:03:28 +0200 Subject: gnu: r-ape: Update to 5.4. * gnu/packages/cran.scm (r-ape): Update to 5.4. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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) -- cgit 1.4.1