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:
Marius Bakke 2020-01-15 21:26:53 +01:00
parent 6e3cbafb60
commit b8f5aa6fa0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -12963,13 +12963,13 @@ (define-public python2-levenshtein
(define-public python-scandir
(package
(name "python-scandir")
(version "1.9.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scandir" version))
(sha256
(base32 "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"))))
(base32 "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases