mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-rrcov: Update to 1.7-1.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.7-1.
This commit is contained in:
parent
04511fa0de
commit
3c35d95b32
1 changed files with 2 additions and 2 deletions
|
@ -5251,14 +5251,14 @@ (define-public r-pcapp
|
||||||
(define-public r-rrcov
|
(define-public r-rrcov
|
||||||
(package
|
(package
|
||||||
(name "r-rrcov")
|
(name "r-rrcov")
|
||||||
(version "1.7-0")
|
(version "1.7-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rrcov" version))
|
(uri (cran-uri "rrcov" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z98j9973hl19b70dcwfcf55ifxr2a9v53daaq2sagynh95aik6b"))))
|
"1rd4r4acgpr25x2iy7v2mnahmmf76a378zq16gnpwv5ljycs05g1"))))
|
||||||
(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