gnu: python-botocore: Update to 1.5.10.

* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.5.10.
This commit is contained in:
Marius Bakke 2017-02-14 16:02:51 +01:00
parent a5bd6a5e15
commit 0a7d96f8e4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -8769,14 +8769,14 @@ document.")
(define-public python-botocore
(package
(name "python-botocore")
(version "1.4.62")
(version "1.5.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
"1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
"1hqvqwhgfcch4knm1l02ynx7qd1igxk3pj34c1x2b0r79jca524n"))))
(build-system python-build-system)
(propagated-inputs
`(("python-dateutil" ,python-dateutil-2)