me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-fpc): Update to 2.2-7.
Ricardo Wurmus 2020-06-28 05:38:57 +02:00
parent ef20f8305c
commit ea33de6d70
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4921,14 +4921,14 @@ of the points.")
(define-public r-fpc
(package
(name "r-fpc")
(version "2.2-6")
(version "2.2-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "fpc" version))
(sha256
(base32
"0lpn951gy58039gk2wh8nsw6qss8m3flkawv55yq3l6373ly79if"))))
"1xnp3j36hggfg675v39mnr6rgvp7i11pfng7nmyy3k2ldgklz0j9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-class" ,r-class)