gnu: Add python-flit-core-next.

* gnu/packages/python-build.scm (python-flit-core-next): New variable.

Change-Id: I1c0f6ca82808aca572a42bfa41f3002685480f0d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nguyễn Gia Phong 2025-07-04 16:32:52 +09:00 committed by Sharlatan Hellseher
parent d3533a7b42
commit d063e42cf9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13,6 +13,7 @@
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Antero Mejr <mail@antr.me>
;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -636,6 +637,17 @@ specified by PEP 517, @code{flit_core.buildapi}.")
(modify-inputs (package-propagated-inputs python-flit-core-bootstrap)
(replace "python-toml" python-tomli)))))
(define-public python-flit-core-next
(package/inherit python-flit-core
(name "python-flit-core")
(version "3.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "flit" version))
(sha256
(base32 "0h1pxi2hgr95321bgl45l86693zl14l3shj0idsyg4k9v56z700w"))))))
(define-public python-flit-scm
(package
(name "python-flit-scm")