From 7961294cbd0ee9bd62fe5f5416ba9382a344edf5 Mon Sep 17 00:00:00 2001 From: Jake Forster Date: Sun, 28 Sep 2025 16:12:16 +0930 Subject: [PATCH] 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 --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index adea9889b26f8d226fca9bae2e157d4178ef1a66..00445772474e3809a1ce88eadbf483e53a66e46b 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.