mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add python-typing-extensions-next.
* gnu/packages/python-xyz.scm (python-typing-extensions-next): New variable.
This commit is contained in:
parent
abb1fd9116
commit
1898c6c297
1 changed files with 15 additions and 0 deletions
|
@ -21727,6 +21727,21 @@ (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