mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-arrow: Update to 0.10.0.
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
This commit is contained in:
parent
a9769a290f
commit
79cb661fc7
1 changed files with 2 additions and 2 deletions
|
@ -11976,13 +11976,13 @@ (define-public python2-chai
|
|||
(define-public python-arrow
|
||||
(package
|
||||
(name "python-arrow")
|
||||
(version "0.8.0")
|
||||
(version "0.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "arrow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bz7hkdgpqcjs866y58z8jywpy7al0f4rxdr00bh2l5qddyw245j"))))
|
||||
"08n7q2l69hlainds1byd4lxhwrq7zsw7s640zkqc3bs5jkq0cnc0"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(;; For testing
|
||||
|
|
Loading…
Reference in a new issue