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
(package
(name "python-flit")
(version "2.1.0")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "flit" version))
(sha256
(base32
"0h5vvmqinqzn97mr3ix7zx53af9ad4fimjjwqpx88yp8qhz4r5bc"))))
"14q8qa48bli2mniznc8b54qkwvhbik4kw99y01fi5gzzl620zzml"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; XXX: Check requires network access.