mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +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
|
(define-public r-fpc
|
||||||
(package
|
(package
|
||||||
(name "r-fpc")
|
(name "r-fpc")
|
||||||
(version "2.2-6")
|
(version "2.2-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fpc" version))
|
(uri (cran-uri "fpc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lpn951gy58039gk2wh8nsw6qss8m3flkawv55yq3l6373ly79if"))))
|
"1xnp3j36hggfg675v39mnr6rgvp7i11pfng7nmyy3k2ldgklz0j9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-class" ,r-class)
|
`(("r-class" ,r-class)
|
||||||
|
|
Loading…
Reference in a new issue