mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-rrcov: Update to 1.7-0.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.7-0.
This commit is contained in:
parent
f327949d97
commit
f4721c4a41
1 changed files with 2 additions and 2 deletions
|
@ -5264,14 +5264,14 @@ (define-public r-pcapp
|
||||||
(define-public r-rrcov
|
(define-public r-rrcov
|
||||||
(package
|
(package
|
||||||
(name "r-rrcov")
|
(name "r-rrcov")
|
||||||
(version "1.6-2")
|
(version "1.7-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rrcov" version))
|
(uri (cran-uri "rrcov" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18x8y2b9n2plpn4086nkjk9c27p7gb78kbrv5pj9r8fb0idl5rn5"))))
|
"1z98j9973hl19b70dcwfcf55ifxr2a9v53daaq2sagynh95aik6b"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice r-mvtnorm r-pcapp r-robustbase))
|
(list r-lattice r-mvtnorm r-pcapp r-robustbase))
|
||||||
|
|
Loading…
Reference in a new issue