gnu: r-fpc: Update to 2.2-2.

* gnu/packages/statistics.scm (r-fpc): Update to 2.2-2.
master
Ricardo Wurmus 2019-06-09 15:19:19 +02:00
parent d0b3d10e80
commit e95d5ad958
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4968,14 +4968,14 @@ of the points.")
(define-public r-fpc
(package
(name "r-fpc")
(version "2.2-1")
(version "2.2-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "fpc" version))
(sha256
(base32
"183awn9fbigsy3rwmg5l39zpfg2zpbb94hkx7k99v2dir8dpdy85"))))
"1lzqxi2jzc753j4356b949isx2nccd32mw2ch665q78nxccp145n"))))
(build-system r-build-system)
(propagated-inputs
`(("r-class" ,r-class)