gnu: python-flit: Update to 3.0.0.

* gnu/packages/python-xyz.scm (python-flit): Update to 3.0.0.
This commit is contained in:
Maxim Cournoyer 2020-11-28 03:06:05 -05:00
parent 93c430710b
commit e1f86df4e4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20896,14 +20896,14 @@ (define-public python-pathos
(define-public python-flit (define-public python-flit
(package (package
(name "python-flit") (name "python-flit")
(version "2.1.0") (version "3.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flit" version)) (uri (pypi-uri "flit" version))
(sha256 (sha256
(base32 (base32
"0h5vvmqinqzn97mr3ix7zx53af9ad4fimjjwqpx88yp8qhz4r5bc")))) "14q8qa48bli2mniznc8b54qkwvhbik4kw99y01fi5gzzl620zzml"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ; XXX: Check requires network access. `(#:tests? #f)) ; XXX: Check requires network access.