me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-fpc): Update to 2.2-9.
master
Ricardo Wurmus 2020-12-09 22:01:33 +01:00
parent 61d24175b6
commit d6d2984869
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-8") (version "2.2-9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fpc" version)) (uri (cran-uri "fpc" version))
(sha256 (sha256
(base32 (base32
"07a125pji1flmybn6iidcnizwnqyl6chnrckxa5jp4qxxfdqx658")))) "0f7sfmpcycr9y7cy5gasyjm2ardxa62kglqms92mcr68jrp01c19"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-class" ,r-class) `(("r-class" ,r-class)