gnu: python-scandir: Update to 1.9.0.

* gnu/packages/python.scm (python-scandir): Update to 1.9.0.
This commit is contained in:
Marius Bakke 2018-08-20 00:20:25 +02:00
parent e2da8bcd9e
commit 7f5d3445af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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