aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-13 03:15:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-13 04:30:31 +0200
commit01fc102e377bc949846d026563e239f689184d82 (patch)
treecea7fca97d290997ab74503b13814c39954002d9
parent01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a (diff)
downloadguix-01fc102e377bc949846d026563e239f689184d82.tar
guix-01fc102e377bc949846d026563e239f689184d82.tar.gz
gnu: python-botocore: Update to 1.7.9.
* gnu/packages/python.scm (python-botocore): Update to 1.7.9.
-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 d7156bf518..29ea2806e9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9956,14 +9956,14 @@ document.")
(define-public python-botocore
(package
(name "python-botocore")
- (version "1.5.26")
+ (version "1.7.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "botocore" version))
(sha256
(base32
- "1b7l48hr88galrrc5q6k21z3sdadzxc87ppzs7k9fz4p1w8bfnvb"))))
+ "02b1bw25r1wdjs5yppb1h9igf11wj092biriv2yg8hzp5r0wrkmg"))))
(build-system python-build-system)
(arguments
;; FIXME: Many tests are failing.