mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-s3fs: Update to 2026.1.0.
* gnu/packages/python-web.scm (python-s3fs): Update to 2026.1.0. Change-Id: If0e843b76e7f0daa14247b599d1d0239a81f4c40
This commit is contained in:
parent
689fd14bec
commit
e73eb6f4be
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue