mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Remove python-typing-extensions-next.
* gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete variable.
This commit is contained in:
parent
d37747beda
commit
3928e3d426
2 changed files with 1 additions and 16 deletions
|
@ -354,7 +354,7 @@ (define-public python-mypy-protobuf
|
|||
(list python-grpc-stubs
|
||||
python-grpcio-tools
|
||||
python-pytest
|
||||
python-typing-extensions-next))
|
||||
python-typing-extensions))
|
||||
(propagated-inputs
|
||||
(list protobuf
|
||||
python-protobuf
|
||||
|
|
|
@ -22683,21 +22683,6 @@ (define-public python-typing-extensions
|
|||
@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")
|
||||
|
|
Loading…
Reference in a new issue