mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
ecd68c53a6
commit
e09f952d9f
1 changed files with 2 additions and 2 deletions
|
@ -7877,14 +7877,14 @@ (define-public python2-jmespath
|
||||||
(define-public python-botocore
|
(define-public python-botocore
|
||||||
(package
|
(package
|
||||||
(name "python-botocore")
|
(name "python-botocore")
|
||||||
(version "1.3.17")
|
(version "1.4.62")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "botocore" version))
|
(uri (pypi-uri "botocore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08vpvdixx1c1lfv6vzjig68bpiir7wfyhzf49ysxgvhbprg5ra0w"))))
|
"1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-dateutil" ,python-dateutil-2)
|
`(("python-dateutil" ,python-dateutil-2)
|
||||||
|
|
Loading…
Reference in a new issue