mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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
|
||||
(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.
|
||||
|
|
Loading…
Reference in a new issue