gnu: python-s3fs: Update to 2025.9.0.

* gnu/packages/python-web.scm (python-s3fs): Update to 2025.9.0.

Change-Id: Ib7d66f46f81c340bb0f9359f5c4ce8a7d8648b62
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Jake Forster 2025-09-28 16:12:16 +09:30 committed by Sharlatan Hellseher
parent 69baf529ea
commit 7961294cbd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6867,13 +6867,13 @@ Betamax that may possibly end up in the main package.")
(define-public python-s3fs (define-public python-s3fs
(package (package
(name "python-s3fs") (name "python-s3fs")
(version "2025.7.0") (version "2025.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "s3fs" version)) (uri (pypi-uri "s3fs" version))
(sha256 (sha256
(base32 "0b82wqf70q1srsjb7xbbjhlzm08lbghzm1pbwdam2x6prb09wzsy")))) (base32 "0c5w09ryyfwlrqbhxgn1yl2kl1ksmz2481vjs1l4k9lyy5z2ai3d"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
;; TODO: Many tests fail with "No such file or directory" raised by the ;; TODO: Many tests fail with "No such file or directory" raised by the
;; HTTP client. ;; HTTP client.