From 7a62aae3fda55385dbc1e8f2dc826c8e4ca14be6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 11 Mar 2024 19:05:23 +0000 Subject: gn: Add python-typing-extensions-4.10. * gn/packages/python.scm (python-typing-extensions-4.10): New variable. --- gn/packages/python.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 2e0fab7..11f2762 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1860,3 +1860,14 @@ complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.") (license license:bsd-3))) + +(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")))))) -- cgit v1.2.3