mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Remove python-typing-extensions-4.10.
* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete variable. * gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace python-typing-extensions-4.10 with python-typing-extensions.
This commit is contained in:
parent
89de299475
commit
459062ba3c
2 changed files with 1 additions and 13 deletions
|
@ -4666,7 +4666,7 @@ (define-public python-pytorch
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-hypothesis
|
python-hypothesis
|
||||||
python-types-dataclasses
|
python-types-dataclasses
|
||||||
python-typing-extensions-4.10
|
python-typing-extensions
|
||||||
shaderc
|
shaderc
|
||||||
valgrind))
|
valgrind))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
|
@ -264,18 +264,6 @@ (define-public python-typing-extensions
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
(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"))))))
|
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Python builder packages.
|
;;; Python builder packages.
|
||||||
|
|
Loading…
Reference in a new issue