gnu: python-flit-core-bootstrap: Update to 3.12.0.

* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.12.0.

Change-Id: I9975f7603b2921325c513f7500b1f0dd7759c2d1
This commit is contained in:
Nguyễn Gia Phong 2025-07-01 11:37:35 +09:00 committed by Sharlatan Hellseher
parent b25a7cb3bb
commit 1e1b55cb90
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -607,13 +607,13 @@ compatible build front-ends to build Poetry managed projects.")
(define-public python-flit-core-bootstrap (define-public python-flit-core-bootstrap
(package (package
(name "python-flit-core-bootstrap") (name "python-flit-core-bootstrap")
(version "3.8.0") (version "3.12.0")
(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 python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-toml)) (list python-toml))