mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue