gnu: r-xts: Update to 0.11-0.

* gnu/packages/cran.scm (r-xts): Update to 0.11-0.
[native-inputs]: Remove.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:34:29 +02:00
parent 1b3b2a72ee
commit 69bf449bf1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2312,17 +2312,16 @@ (define-public r-rsofia
(define-public r-xts
(package
(name "r-xts")
(version "0.10-2")
(version "0.11-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "xts" version))
(sha256
(base32
"1i11fczks4lh8rpi6xbm9bm7f3jpcp6xw03kv178g3n3361qhmc1"))))
"1v50yn4bsjzdyk7r90isn6dxmpkapillrhpx3gqsshd180vwzqk9"))))
(build-system r-build-system)
(propagated-inputs `(("r-zoo" ,r-zoo)))
(native-inputs `(("gfortran" ,gfortran)))
(home-page "https://github.com/joshuaulrich/xts")
(synopsis "Extensible time series")
(description