me
/
guix
Archived
1
0
Fork 0

gnu: python-botocore: Update to 1.7.9.

* gnu/packages/python.scm (python-botocore): Update to 1.7.9.
master
Tobias Geerinckx-Rice 2017-09-13 03:15:09 +02:00
parent 01ef804d69
commit 01fc102e37
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9956,14 +9956,14 @@ document.")
(define-public python-botocore
(package
(name "python-botocore")
(version "1.5.26")
(version "1.7.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
"1b7l48hr88galrrc5q6k21z3sdadzxc87ppzs7k9fz4p1w8bfnvb"))))
"02b1bw25r1wdjs5yppb1h9igf11wj092biriv2yg8hzp5r0wrkmg"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing.