mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typeguard: Update to 4.4.4.
* gnu/packages/python-xyz.scm (python-typeguard): Update to 4.4.4. [native-inputs]: Remove python-typing-extensions and python-wheel. Change-Id: I190744b3842f8a1285b9195174d03e1aab292450
This commit is contained in:
parent
50e11feb34
commit
89f17f04db
1 changed files with 3 additions and 5 deletions
|
@ -28768,21 +28768,19 @@ source bytes using the UTF-8 encoding and then rewrites Python 3.6 style
|
||||||
(define-public python-typeguard
|
(define-public python-typeguard
|
||||||
(package
|
(package
|
||||||
(name "python-typeguard")
|
(name "python-typeguard")
|
||||||
(version "4.4.1")
|
(version "4.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "typeguard" version))
|
(uri (pypi-uri "typeguard" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06y22d1f5dhpyl71wbhsaibig5hvc2v44pw795yb8lxl02fsh8hd"))))
|
(base32 "0x2zkskia5lb1838ys0bhpp9v6y80jkhchzdz874spbhzggx4zrs"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mypy
|
(list python-mypy
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-typing-extensions
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-typing-extensions))
|
(list python-typing-extensions))
|
||||||
(home-page "https://github.com/agronholm/typeguard")
|
(home-page "https://github.com/agronholm/typeguard")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue