From e05869ba23145308668781449a416802bfc3b353 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 5 Oct 2020 22:44:59 +0200 Subject: gnu: r-rpf: Update to 1.0.5. * gnu/packages/cran.scm (r-rpf): Update to 1.0.5. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2a67f1feb6..c6fec96334 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20834,14 +20834,14 @@ and analyze Stan models.") (define-public r-rpf (package (name "r-rpf") - (version "1.0.4") + (version "1.0.5") (source (origin (method url-fetch) (uri (cran-uri "rpf" version)) (sha256 (base32 - "17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl")))) + "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l")))) (properties `((upstream-name . "rpf"))) (build-system r-build-system) (propagated-inputs -- cgit v1.2.3