~ruther/guix-local

beacd8a07ce4141762a40d46bc5f05a2d9685928 — David Thompson 8 years ago 7eaa37a
gnu: python-botocore: Update to 1.8.36.

* gnu/packages/python.scm (python-botocore): Update to 1.8.36.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 7375,14 7375,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.