~ruther/guix-local

7961294cbd0ee9bd62fe5f5416ba9382a344edf5 — Jake Forster 5 months ago 69baf52
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -2
@@ 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.