~ruther/guix-local

e09f952d9f08f620b1921e7797c621e14eb637f8 — Leo Famulari 9 years ago ecd68c5
gnu: python-botocore: Update to 1.4.62.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 7877,14 7877,14 @@ document.")
(define-public python-botocore
  (package
   (name "python-botocore")
   (version "1.3.17")
   (version "1.4.62")
   (source
    (origin
     (method url-fetch)
     (uri (pypi-uri "botocore" version))
     (sha256
      (base32
       "08vpvdixx1c1lfv6vzjig68bpiir7wfyhzf49ysxgvhbprg5ra0w"))))
       "1zxczlwqy9bl27d9bc5x99mb5mcsxm350240lp5nx7014xb311lj"))))
   (build-system python-build-system)
   (inputs
    `(("python-dateutil" ,python-dateutil-2)