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