From 50f17772846274b1348331aa4d33771151397b65 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Mon, 30 Jun 2025 18:59:15 -0300 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9fbdd94b67861f2c9e3af328e6b950c04a9b176b..5084027f3dda9c9bb64ed1a149958e247df7b632 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")