mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-typing-extensions-next.
* gnu/packages/python-build.scm (python-typing-extensions-next): New variable. Change-Id: I7c8f1e7894aeb65beb2ae560285c78f0d4fe8476
This commit is contained in:
parent
010c9c2ed7
commit
4ae3e4ae8e
1 changed files with 15 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||
;;; Copyright © 2018, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2018, 2021-2023, 2025 Maxim Cournoyer <maxim@guixotic.coop>
|
||||
;;; Copyright © 2019 Vagrant Cascadian <vagrant@debian.org>
|
||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||
|
@ -252,6 +252,20 @@ Included are implementations of:
|
|||
@end enumerate\n")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python-typing-extensions-next
|
||||
(package
|
||||
(inherit python-typing-extensions)
|
||||
(version "4.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "typing_extensions" version))
|
||||
(sha256
|
||||
(base32 "0rhlhs28jndgp9fghdhidn6g7xiwx8vvihxbxhlgl4ncfg8lishc"))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs python-typing-extensions)
|
||||
(replace "python-flit-core" python-flit-core-next)))))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Python builder packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue