mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-rrcov: Update to 1.5-5.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.5-5.
This commit is contained in:
parent
6cb15e098c
commit
15d4f9e109
1 changed files with 2 additions and 2 deletions
|
@ -4822,14 +4822,14 @@ (define-public r-pcapp
|
|||
(define-public r-rrcov
|
||||
(package
|
||||
(name "r-rrcov")
|
||||
(version "1.5-2")
|
||||
(version "1.5-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rrcov" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m62k58nabw7hjz1qyyf9a0d6lvcz5vcvpksjnq93zcfra9inr57"))))
|
||||
"0ag6q16ajkqwj28dk9vp4xkvqw26fqqqdxnz38gpszilirahfzqz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)
|
||||
|
|
Loading…
Reference in a new issue