diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 20:49:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-22 00:03:44 +0200 |
commit | dc695341f77c6c5326fd0aca78f94bf8ac0212f8 (patch) | |
tree | b7a721a8a9f32c4527a98dc53ef95f791c3c0f54 /gnu | |
parent | 7138c48e6e1544862a9630a9ab7452e4f4ce61b4 (diff) | |
download | guix-dc695341f77c6c5326fd0aca78f94bf8ac0212f8.tar guix-dc695341f77c6c5326fd0aca78f94bf8ac0212f8.tar.gz |
gnu: r-fpc: Update to 2.1-11.1.
* gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index da56b0b9f9..c7cbd72f1c 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4872,14 +4872,14 @@ of the points.") (define-public r-fpc (package (name "r-fpc") - (version "2.1-11") + (version "2.1-11.1") (source (origin (method url-fetch) (uri (cran-uri "fpc" version)) (sha256 (base32 - "04alsqb5gbhsjg1000d8w52pmpnlwca29r0s12f7n7mdccdv6xar")))) + "1ari57hkgqsxh6khr6j52cfrzc0096cnn1q7ghxk2z4brdd4rznc")))) (build-system r-build-system) (propagated-inputs `(("r-class" ,r-class) |