1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

gnu: r-fpc: Update to 2.1-11.

* gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.
This commit is contained in:
Ricardo Wurmus
2018-02-13 16:12:14 +01:00
parent 23fb604725
commit 09da3d4403

View File

@@ -4802,14 +4802,14 @@ of the points.")
(define-public r-fpc
(package
(name "r-fpc")
(version "2.1-10")
(version "2.1-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "fpc" version))
(sha256
(base32
"15m0p9l9w2v7sl0cnzyg81i2fmx3hrhvr3371544mwn3fpsca5sx"))))
"04alsqb5gbhsjg1000d8w52pmpnlwca29r0s12f7n7mdccdv6xar"))))
(build-system r-build-system)
(propagated-inputs
`(("r-class" ,r-class)