mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyre-extensions: Update to 0.0.32.
* gnu/packages/python-xyz.scm (python-pyre-extensions): Update to 0.0.32. [source]: Update URI. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Change-Id: I87fad94a2f7234cdf203f6f0d8f8895da0977bbe
This commit is contained in:
parent
84df8bf3e1
commit
50f1777284
1 changed files with 5 additions and 4 deletions
|
@ -35015,15 +35015,16 @@ asyncio applications.")
|
|||
(define-public python-pyre-extensions
|
||||
(package
|
||||
(name "python-pyre-extensions")
|
||||
(version "0.0.18")
|
||||
(version "0.0.32")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyre-extensions" version))
|
||||
(uri (pypi-uri "pyre_extensions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c5cbbqrfyjwakdh3kbwxis6mbrbwky1z1fqslgszgpcj4g43q30"))))
|
||||
(build-system python-build-system)
|
||||
"0mayv07djjnysznhjnchix3alkz4lxycb20azpaw8mpa2igp35jk"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-typing-extensions python-typing-inspect))
|
||||
(home-page "https://pyre-check.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue