mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d3533a7b42
commit
d063e42cf9
1 changed files with 12 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue