mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-xts: Update to 0.14.0.
* gnu/packages/cran.scm (r-xts): Update to 0.14.0. Change-Id: I4e06a8f1a6f8cd46c18f45426eef30030c0c5c5d
This commit is contained in:
parent
f74f6056dd
commit
7e5f259920
1 changed files with 2 additions and 2 deletions
|
@ -10591,14 +10591,14 @@ (define-public r-rsofia
|
||||||
(define-public r-xts
|
(define-public r-xts
|
||||||
(package
|
(package
|
||||||
(name "r-xts")
|
(name "r-xts")
|
||||||
(version "0.13.2")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xts" version))
|
(uri (cran-uri "xts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yqx1x395hvdav1fvmpwrfm8sir398ky1bi0x5zsm7acbkv91maa"))
|
"1nfgbwzibzjni2p8ssvrsyhf75y1g53j1z6kp8ashxlqzbp1d2yj"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "inst/doc"
|
'(with-directory-excursion "inst/doc"
|
||||||
|
|
Loading…
Reference in a new issue