mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
69baf529ea
commit
7961294cbd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue