guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 0800d478483a2a748fcb4e797fe243e28726e4ad Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Jul 11 22:03:48 2025 +0100
gnu: python-typing-extensions: Update to 4.14.1. * gnu/packages/python-build.scm (python-typing-extensions): Update to 4.14.1. Change-Id: I1a218c75a41539902a34c53d465535d5856674e0 --- gnu/packages/python-build.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index ca430e1092..c87b87a1dc 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -199,13 +199,13 @@ PyPI (pypi.org).") (define-public python-typing-extensions (package (name "python-typing-extensions") - (version "4.12.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "typing_extensions" version)) - (sha256 - (base32 - "1f7z47hmz48kgixzb3ffw6zml8j1iflf6ml8xr6xsng5qxasszhs")))) + (version "4.14.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "typing_extensions" version)) + (sha256 + (base32 "0dldchk4q5c3ah0291vw8qi3r3zp7qk98k7px568hr5bxr59zcrq")))) (build-system pyproject-build-system) ;; Disable the test suite to keep the dependencies to a minimum. Also, ;; the test suite requires Python's test module, not available in Guix.