From 884c92fddd4b7fd1171f6f46e6f983af57faa7b5 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 15 Sep 2025 20:30:28 +0100 Subject: gnu: python-typing-extensions-next: Set to python-typing-extensions. Replace all python-typing-extensions-next occurrences with python-setuptools-scm. * gnu/packages/python-build.scm (python-typing-extensions-next): Set to python-typing-extensions. Change-Id: Ib6a6e0af11c0e3f0da49dcbfe02d1da45cb4fbf7 --- gnu/packages/python-build.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'gnu/packages/python-build.scm') diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 0243b87cb68..d05f6a25237 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -237,19 +237,7 @@ Included are implementations of: @end enumerate\n") (license license:psfl))) -(define-public python-typing-extensions-next - (package - (inherit python-typing-extensions) - (version "4.15.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "typing_extensions" version)) - (sha256 - (base32 "0rhlhs28jndgp9fghdhidn6g7xiwx8vvihxbxhlgl4ncfg8lishc")))) - (native-inputs - (modify-inputs (package-native-inputs python-typing-extensions) - (replace "python-flit-core" python-flit-core-next))))) +(define-public python-typing-extensions-next python-typing-extensions) ;;; -- cgit v1.3