summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-15 23:37:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-16 05:44:01 +0100
commitd93985fe22d0920daaee31207685bda52a7d7f7c (patch)
tree57a62ed9a64b8b2c04b0a96e89da34559b6d7fd5
parent70fc93cb28c9782d02852e17d6845b50108e4aef (diff)
downloadguix-patches-d93985fe22d0920daaee31207685bda52a7d7f7c.tar
guix-patches-d93985fe22d0920daaee31207685bda52a7d7f7c.tar.gz
gnu: python-botocore: Update to 1.5.26.
* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5d629d280e..2ca7fa0e23 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9315,14 +9315,14 @@ document.")
(define-public python-botocore
(package
(name "python-botocore")
- (version "1.5.10")
+ (version "1.5.26")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
- "1hqvqwhgfcch4knm1l02ynx7qd1igxk3pj34c1x2b0r79jca524n"))))
+ "1b7l48hr88galrrc5q6k21z3sdadzxc87ppzs7k9fz4p1w8bfnvb"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing.