mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-pcapp: Update to 2.0-4.
* gnu/packages/statistics.scm (r-pcapp): Update to 2.0-4. Change-Id: Ie0ad4cd7ddf9c649294f4ba76fc3aa6422f5e81c
This commit is contained in:
parent
a5df4d20ee
commit
01c7baaf43
1 changed files with 2 additions and 2 deletions
|
@ -5661,14 +5661,14 @@ (define-public r-robustbase
|
|||
(define-public r-pcapp
|
||||
(package
|
||||
(name "r-pcapp")
|
||||
(version "2.0-3")
|
||||
(version "2.0-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pcaPP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00ynanxpngzsvq5fsyalyzqz6axqcryy94300afvylwp0d7mbb0s"))))
|
||||
"0cw18pcbpsr5rc8fxbwnzfag5g76j4hscij7j08zlbyr2436gifn"))))
|
||||
(properties `((upstream-name . "pcaPP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue