diff options
| -rw-r--r-- | gnu/packages/python-build.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 00c7c3a24f2..8e189c05dc6 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | ;;; Copyright © 2024 David Elsing <david.elsing@posteo.net> | 13 | ;;; Copyright © 2024 David Elsing <david.elsing@posteo.net> |
| 14 | ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> | 14 | ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> |
| 15 | ;;; Copyright © 2024 Antero Mejr <mail@antr.me> | 15 | ;;; Copyright © 2024 Antero Mejr <mail@antr.me> |
| 16 | ;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org> | ||
| 16 | ;;; | 17 | ;;; |
| 17 | ;;; This file is part of GNU Guix. | 18 | ;;; This file is part of GNU Guix. |
| 18 | ;;; | 19 | ;;; |
| @@ -636,6 +637,17 @@ specified by PEP 517, @code{flit_core.buildapi}.") | |||
| 636 | (modify-inputs (package-propagated-inputs python-flit-core-bootstrap) | 637 | (modify-inputs (package-propagated-inputs python-flit-core-bootstrap) |
| 637 | (replace "python-toml" python-tomli))))) | 638 | (replace "python-toml" python-tomli))))) |
| 638 | 639 | ||
| 640 | (define-public python-flit-core-next | ||
| 641 | (package/inherit python-flit-core | ||
| 642 | (name "python-flit-core") | ||
| 643 | (version "3.12.0") | ||
| 644 | (source | ||
| 645 | (origin | ||
| 646 | (method url-fetch) | ||
| 647 | (uri (pypi-uri "flit" version)) | ||
| 648 | (sha256 | ||
| 649 | (base32 "0h1pxi2hgr95321bgl45l86693zl14l3shj0idsyg4k9v56z700w")))))) | ||
| 650 | |||
| 639 | (define-public python-flit-scm | 651 | (define-public python-flit-scm |
| 640 | (package | 652 | (package |
| 641 | (name "python-flit-scm") | 653 | (name "python-flit-scm") |
