From 6f76ab84ba2c26599c47d1138ccad2dcc4f404ab Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 26 Feb 2024 21:23:52 +0100 Subject: gnu: python-typing-extensions: Update to 4.10.0. * gnu/packages/python-build.scm (python-typing-extensions): Update to 4.10.0. Change-Id: I51c82f40f8093e17e8c6a8f20f1e3eae0917f8ee --- gnu/packages/python-build.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-build.scm') diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 2cdcb3b1659..e8cb8d02643 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015, 2024 Ricardo Wurmus ;;; Copyright © 2015, 2020, 2023 Efraim Flashner ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2020, 2023 Marius Bakke @@ -223,13 +223,13 @@ PyPI (pypi.org).") (define-public python-typing-extensions (package (name "python-typing-extensions") - (version "4.9.0") + (version "4.10.0") (source (origin (method url-fetch) (uri (pypi-uri "typing_extensions" version)) (sha256 (base32 - "10spkx7xjbxwcsgkqv483c5kn53s042wkrmfr1mdf9vzqf48yir3")))) + "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh")))) (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. -- cgit v1.2.3