mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
93c430710b
commit
e1f86df4e4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue