mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-rrcov: Update to 1.7-2.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.7-2.
This commit is contained in:
parent
629e9919c8
commit
2fa2ccbfda
1 changed files with 2 additions and 2 deletions
|
@ -5277,14 +5277,14 @@ (define-public r-pcapp
|
|||
(define-public r-rrcov
|
||||
(package
|
||||
(name "r-rrcov")
|
||||
(version "1.7-1")
|
||||
(version "1.7-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rrcov" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rd4r4acgpr25x2iy7v2mnahmmf76a378zq16gnpwv5ljycs05g1"))))
|
||||
"1bpc401515ig5i3rka7dhvxv4zr3f8zhl117pby5vrf9rc3ys08g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice r-mvtnorm r-pcapp r-robustbase))
|
||||
|
|
Loading…
Reference in a new issue