mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-pcapp: Update to 2.0-1.
* gnu/packages/statistics.scm (r-pcapp): Update to 2.0-1.
This commit is contained in:
parent
347104de8a
commit
f327949d97
1 changed files with 2 additions and 2 deletions
|
@ -5242,14 +5242,14 @@ (define-public r-robustbase
|
||||||
(define-public r-pcapp
|
(define-public r-pcapp
|
||||||
(package
|
(package
|
||||||
(name "r-pcapp")
|
(name "r-pcapp")
|
||||||
(version "1.9-74")
|
(version "2.0-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pcaPP" version))
|
(uri (cran-uri "pcaPP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dlrz5plb8b89vr3j6sn9jwryyhcwflqkiilxkybbr379m1pp0sh"))))
|
"06hjhr0dzdp5yhd421q9scbv6w6bchicbn2bl7am490ncgrf544n"))))
|
||||||
(properties `((upstream-name . "pcaPP")))
|
(properties `((upstream-name . "pcaPP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue