~ruther/guix-local

677be5977e2380e777a67696d4f23d71bfc818ea — Sharlatan Hellseher 4 months ago 18a5d36
gnu: python-s3transfer: Update to 0.14.0.

* gnu/packages/python-web.scm (python-s3transfer): Update to 0.14.0.

Change-Id: If9a48899ccfdcf8d31c5666c8d33ef468a7d7273
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -2
@@ 7531,13 7531,13 @@ S3.")
(define-public python-s3transfer
  (package
    (name "python-s3transfer")
    (version "0.10.3")
    (version "0.14.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "s3transfer" version))
       (sha256
        (base32 "032bjky1q8r5x80mvb0ah60g0zq4snwf0xa4c7779m44mdsfsl2g"))))
        (base32 "09a17scf96zfdw2chb22yyvmnj4anfijgkncfi89id68wxj25wgg"))))
    (build-system pyproject-build-system)
    (arguments
     (list