gnu: python-botocore: Update to 1.5.26.

* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-15 23:37:35 +01:00
parent 70fc93cb28
commit d93985fe22
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -9315,14 +9315,14 @@ (define-public python2-jmespath
(define-public python-botocore (define-public python-botocore
(package (package
(name "python-botocore") (name "python-botocore")
(version "1.5.10") (version "1.5.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "botocore" version)) (uri (pypi-uri "botocore" version))
(sha256 (sha256
(base32 (base32
"1hqvqwhgfcch4knm1l02ynx7qd1igxk3pj34c1x2b0r79jca524n")))) "1b7l48hr88galrrc5q6k21z3sdadzxc87ppzs7k9fz4p1w8bfnvb"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: Many tests are failing. ;; FIXME: Many tests are failing.