me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-fpc): Update to 2.2-4.
master
Ricardo Wurmus 2020-01-27 16:33:11 +01:00
parent 2c676da719
commit 2afae7fc9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4936,14 +4936,14 @@ of the points.")
(define-public r-fpc (define-public r-fpc
(package (package
(name "r-fpc") (name "r-fpc")
(version "2.2-3") (version "2.2-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fpc" version)) (uri (cran-uri "fpc" version))
(sha256 (sha256
(base32 (base32
"1dy3pla4jjgs46izqg2kxajlxr80sbr9896jbzb1qszrdx7af041")))) "1gsnl5sbdg86b2wdrsy6wq83xj6mrziiq7rxa8cqksgljc7gp6yf"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-class" ,r-class) `(("r-class" ,r-class)