diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-15 23:26:31 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:13 -0400 |
commit | 3928e3d426093f266b07c958d1f8c134c8d097f6 (patch) | |
tree | 7716d40d8811587240bf2843fb3dcff1d768f54a /gnu/packages/python-xyz.scm | |
parent | d37747beda04dd900ed83a5d65ccb31118089ac3 (diff) |
gnu: Remove python-typing-extensions-next.
* gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bc3b27d22b..ad90e2f3e5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22683,21 +22683,6 @@ Included are implementations of: @end enumerate\n") (license license:psfl))) -(define-public python-typing-extensions-next - (package - (inherit python-typing-extensions) - (name "python-typing-extensions") - (version "4.2.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/python/typing") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1bbry1rg7q5ppkgzdk4nwl7q1w8bbhajm4q68wb9dm6rf7hg1023")))))) - (define-public bpython (package (name "bpython") |