[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/45: gnu: python-typing-extensions: Update to 4.12.2.
From: |
guix-commits |
Subject: |
37/45: gnu: python-typing-extensions: Update to 4.12.2. |
Date: |
Tue, 17 Dec 2024 11:50:38 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit bdf428bb2f77d59e62a1bfb580a205411c25c232
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:45:24 2024 +0100
gnu: python-typing-extensions: Update to 4.12.2.
* gnu/packages/python-build.scm (python-typing-extensions): Update to
4.12.2.
Change-Id: I410ec4c8ed29624638476964c9f7a28f894e9fc8
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index dc981ae402..f3dacbb6ad 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -215,13 +215,13 @@ PyPI (pypi.org).")
(define-public python-typing-extensions
(package
(name "python-typing-extensions")
- (version "4.10.0")
+ (version "4.12.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "typing_extensions" version))
(sha256
(base32
- "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))
+ "1f7z47hmz48kgixzb3ffw6zml8j1iflf6ml8xr6xsng5qxasszhs"))))
(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.
- 10/45: gnu: python-nox: Update to 2024.10.09., (continued)
- 10/45: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/17
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/17
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17
- 34/45: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/17
- 37/45: gnu: python-typing-extensions: Update to 4.12.2.,
guix-commits <=
- 36/45: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 40/45: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/17
- 19/45: gnu: Add python-legacy-cgi., guix-commits, 2024/12/17
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17
- 04/45: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 03/45: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 07/45: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/17