1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

Merge branch 'master' into core-updates

This commit is contained in:
Mark H Weaver 2018-02-03 22:46:07 -05:00
commit e7ca634912
No known key found for this signature in database
GPG key ID: 7CEF29847562C516
26 changed files with 687 additions and 120 deletions

View file

@ -7424,14 +7424,14 @@ document.")
(define-public python-botocore
(package
(name "python-botocore")
(version "1.7.9")
(version "1.8.36")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
"02b1bw25r1wdjs5yppb1h9igf11wj092biriv2yg8hzp5r0wrkmg"))))
"0xd607qd9vkwpsvp552nqnrxppnx2n1rzh9kk9shz48ldpyy1jdj"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing.