me
/
guix
Archived
1
0
Fork 0

gnu: Add python-typing-extensions-4.10.

* gnu/packages/python-build.scm (python-typing-extensions-4.10): New variable.
master
David Elsing 2024-03-23 22:04:41 +00:00 committed by Ludovic Courtès
parent e6f873c936
commit b452dd635f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 13 additions and 1 deletions

View File

@ -10,7 +10,7 @@
;;; Copyright © 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2022 Garek Dyszel <garekdyszel@disroot.org>
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -252,6 +252,18 @@ Included are implementations of:
@end enumerate\n")
(license license:psfl)))
(define-public python-typing-extensions-4.10
(package
(inherit python-typing-extensions)
(version "4.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "typing_extensions" version))
(sha256
(base32
"1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))))
;;;
;;; Python builder packages.