mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-fpc: Update to 2.2-7.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-7.
This commit is contained in:
parent
ef20f8305c
commit
ea33de6d70
1 changed files with 2 additions and 2 deletions
|
@ -4921,14 +4921,14 @@ (define-public r-trimcluster
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue