mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fsspec: Update to 2024.12.0.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2024.12.0. Change-Id: I47a782911a0139a24fc5edcf16abcf648e621d24
This commit is contained in:
parent
4f5d5cfb12
commit
ccd83fd84e
1 changed files with 2 additions and 2 deletions
|
@ -30106,7 +30106,7 @@ append on old values. Partd excels at shuffling operations.")
|
||||||
(define-public python-fsspec
|
(define-public python-fsspec
|
||||||
(package
|
(package
|
||||||
(name "python-fsspec")
|
(name "python-fsspec")
|
||||||
(version "2024.10.0")
|
(version "2024.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -30115,7 +30115,7 @@ append on old values. Partd excels at shuffling operations.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fba2wsf0z80y2x60rag5h393vn0ln7s0fbmvvl1cwjw30pgl9qb"))))
|
(base32 "14hj13nnqd39z1x0vlf0939a08c5qb0jcwgawgcsr0wgmh2jzkam"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue