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:
Nguyễn Gia Phong 2025-07-01 11:37:41 +09:00 committed by Sharlatan Hellseher
parent e92ce6380e
commit eb9a1f77b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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