mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flit: Update to 3.12.0.
* gnu/packages/python-xyz.scm (python-flit): Update to 3.12.0. Change-Id: I24833e303dcda9613b2ab76761b29347a603d0dc
This commit is contained in:
parent
e92ce6380e
commit
eb9a1f77b3
1 changed files with 2 additions and 2 deletions
|
@ -32186,13 +32186,13 @@ essential tools are located.")
|
||||||
(define-public python-flit
|
(define-public python-flit
|
||||||
(package
|
(package
|
||||||
(name "python-flit")
|
(name "python-flit")
|
||||||
(version "3.8.0") ;same as python-flit-core
|
(version "3.12.0") ;same as python-flit-core
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flit" version))
|
(uri (pypi-uri "flit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dz9sp2zlhkmk6sm5gapbbb30f7xq3n3jn5zxx5pkp25ppsaiwnh"))))
|
(base32 "0h1pxi2hgr95321bgl45l86693zl14l3shj0idsyg4k9v56z700w"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue