mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-botocore: Update to 1.12.149.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3.
This commit is contained in:
parent
5d3675371c
commit
7bcf827c1d
1 changed files with 28 additions and 27 deletions
|
@ -8429,14 +8429,14 @@ document.")
|
||||||
(define-public python-botocore
|
(define-public python-botocore
|
||||||
(package
|
(package
|
||||||
(name "python-botocore")
|
(name "python-botocore")
|
||||||
(version "1.8.43")
|
(version "1.12.149")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "botocore" version))
|
(uri (pypi-uri "botocore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12cqpbnz3vfv41mp9admvciw7bc7hz57sjpqs2bxaw9wnfmbw5lg"))))
|
"12597f74khp3ngwr282cb949w0gcqj20rkfc3x275dijavyy5cmf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Many tests are failing.
|
;; FIXME: Many tests are failing.
|
||||||
|
@ -8450,6 +8450,7 @@ document.")
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("behave" ,behave)
|
("behave" ,behave)
|
||||||
("python-tox" ,python-tox)
|
("python-tox" ,python-tox)
|
||||||
|
("python-urllib3" ,python-urllib3)
|
||||||
("python-wheel" ,python-wheel)))
|
("python-wheel" ,python-wheel)))
|
||||||
(home-page "https://github.com/boto/botocore")
|
(home-page "https://github.com/boto/botocore")
|
||||||
(synopsis "Low-level interface to AWS")
|
(synopsis "Low-level interface to AWS")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue