mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-zoo: Update to 1.8-0.
* gnu/packages/statistics.scm (r-zoo): Update to 1.8-0.
This commit is contained in:
parent
1c21e2cf17
commit
50d0b2c158
1 changed files with 2 additions and 2 deletions
|
@ -4150,13 +4150,13 @@ (define-public r-kernsmooth
|
|||
(define-public r-zoo
|
||||
(package
|
||||
(name "r-zoo")
|
||||
(version "1.7-14")
|
||||
(version "1.8-0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zoo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"167m142rwwfy8b9hnfc3fi28dcsdjk61g1crqhll6sh5xmgnfn28"))))
|
||||
"0mqklbx92ifwa0awm7gpm4r9dvwa09p55zjxjnypiqsxy532r4h9"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue