3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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)