gnu: python-botocore: Update to 1.4.62.

* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
This commit is contained in:
Leo Famulari 2016-10-15 21:45:43 -04:00
parent ecd68c53a6
commit e09f952d9f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -7877,14 +7877,14 @@ (define-public python2-jmespath
(define-public python-botocore
(package
(name "python-botocore")
(version "1.3.17")
(version "1.4.62")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
"08vpvdixx1c1lfv6vzjig68bpiir7wfyhzf49ysxgvhbprg5ra0w"))))
"1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
(build-system python-build-system)
(inputs
`(("python-dateutil" ,python-dateutil-2)