summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorJake Forster <jakecameron.forster@gmail.com>2025-09-28 16:12:16 +0930
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 19:46:15 +0100
commit7961294cbd0ee9bd62fe5f5416ba9382a344edf5 (patch)
tree862adeb21c45dad6e68948a56fc25755f601b0ea /gnu/packages/python-web.scm
parent69baf529ea1889d09fe3233569b843960c911c3a (diff)
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
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.