mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pandas: Update to 0.16.2.
* gnu/packages/python.scm (python-pandas): Update to 0.16.2.
This commit is contained in:
parent
3ccdd4305e
commit
1b96f069e6
1 changed files with 5 additions and 6 deletions
|
@ -977,14 +977,13 @@ (define-public python2-parsedatetime
|
|||
(define-public python-pandas
|
||||
(package
|
||||
(name "python-pandas")
|
||||
(version "0.16.0")
|
||||
(version "0.16.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/p/"
|
||||
"pandas/pandas-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1wfrp8dx1zcsry6f09ndza6qm1yr7f163211f4l9vjlnhxpxw4s0"))))
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pandas" version))
|
||||
(sha256
|
||||
(base32 "10agmrkps8bi5948vwpipfxds5kj1d076m9i0nhaxwqiw7gm6670"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; Three tests fail:
|
||||
|
|
Loading…
Reference in a new issue