mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scandir: Update to 1.10.0.
* gnu/packages/python-xyz.scm (python-scandir): Update to 1.10.0.
This commit is contained in:
parent
6e3cbafb60
commit
b8f5aa6fa0
1 changed files with 2 additions and 2 deletions
|
@ -12963,13 +12963,13 @@ It supports both normal and Unicode strings.")
|
||||||
(define-public python-scandir
|
(define-public python-scandir
|
||||||
(package
|
(package
|
||||||
(name "python-scandir")
|
(name "python-scandir")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "scandir" version))
|
(uri (pypi-uri "scandir" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"))))
|
(base32 "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue