summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-23 21:52:24 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:39 +0100
commit10d955ef7da4d5a8f8791ebb86a9f5126fc41bec (patch)
treeaca8e55de43a1f9334450cbe90e729bc5cfb9490 /gnu/packages/python-web.scm
parent7f31fa8c7dc4a92b7bd37b699e01238cb4c5f0b1 (diff)
gnu: python-s3fs: Update to 2026.1.0.
* gnu/packages/python-web.scm (python-s3fs): Update to 2026.1.0. Change-Id: If0e843b76e7f0daa14247b599d1d0239a81f4c40
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 45f0d982c6b..cc6e44d0974 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7788,13 +7788,13 @@ that may possibly end up in the main package.")
(define-public python-s3fs
(package
(name "python-s3fs")
- (version "2025.9.0")
+ (version "2026.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "s3fs" version))
(sha256
- (base32 "0c5w09ryyfwlrqbhxgn1yl2kl1ksmz2481vjs1l4k9lyy5z2ai3d"))))
+ (base32 "17fhx4qnpcwhrfckn27wdjvlxink1kcpaiganxij4fjmp7gm58xp"))))
(build-system pyproject-build-system)
;; TODO: Many tests fail with "No such file or directory" raised by the
;; HTTP client.