mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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 @@ Included are implementations of:
|
||||||
@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…
Add table
Add a link
Reference in a new issue