~ruther/guix-local

1898c6c2970c6dcec0ced2f7d9dfc936ae33c12a — Maxim Cournoyer 3 years ago abb1fd9
gnu: Add python-typing-extensions-next.

* gnu/packages/python-xyz.scm (python-typing-extensions-next): New variable.
1 files changed, 15 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +15 -0
@@ 21727,6 21727,21 @@ 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")