mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-pcapp: Update to 2.0-4-1.
* gnu/packages/statistics.scm (r-pcapp): Update to 2.0-4-1. Change-Id: I7a08f67e636843e36bc80af0d94778f6d2b202d6
This commit is contained in:
parent
595667be4d
commit
92e07c893e
1 changed files with 2 additions and 2 deletions
|
@ -5758,14 +5758,14 @@ (define-public r-robustbase
|
|||
(define-public r-pcapp
|
||||
(package
|
||||
(name "r-pcapp")
|
||||
(version "2.0-4")
|
||||
(version "2.0-4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pcaPP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cw18pcbpsr5rc8fxbwnzfag5g76j4hscij7j08zlbyr2436gifn"))))
|
||||
"04xqicm1c16ajhzvlg17w8y50qnbqjisj3xvgpi3k18idkmmf6xx"))))
|
||||
(properties `((upstream-name . "pcaPP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue