gnu: r-zoo: Update to 1.8-7.
* gnu/packages/statistics.scm (r-zoo): Update to 1.8-7.
This commit is contained in:
parent
703ae530c5
commit
c9be8171b3
1 changed files with 2 additions and 2 deletions
|
@ -4286,13 +4286,13 @@ mechanism.")
|
||||||
(define-public r-zoo
|
(define-public r-zoo
|
||||||
(package
|
(package
|
||||||
(name "r-zoo")
|
(name "r-zoo")
|
||||||
(version "1.8-6")
|
(version "1.8-7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "zoo" version))
|
(uri (cran-uri "zoo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k1pmzr9nfwbxq1xf0jzn3nawv4sgnkxkgzxnm1i887jcbrs85r2"))))
|
"1w4542zs53bm261g95086a60576v334g1jrhnbgdqni4izf2s1wy"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)))
|
`(("r-lattice" ,r-lattice)))
|
||||||
|
|
Reference in a new issue