summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-30 18:59:15 -0300
committerVinicius Monego <monego@posteo.net>2025-07-02 18:37:50 -0300
commit50f17772846274b1348331aa4d33771151397b65 (patch)
treef0d55f36f37c52beca56017dde205d3f73af91cb /gnu/packages
parent84df8bf3e1bd41233a395deb9ab06e79c2335b7a (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9fbdd94b678..5084027f3dd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")