[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/72: gnu: python-typing-extensions: Update to 4.12.2.
From: |
guix-commits |
Subject: |
37/72: gnu: python-typing-extensions: Update to 4.12.2. |
Date: |
Thu, 26 Dec 2024 09:33:03 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 5637305846f0085a2b6c708e1016a0981ba89fae
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.
- 69/72: gnu: Add rust-jiter-0.2., (continued)
- 69/72: gnu: Add rust-jiter-0.2., guix-commits, 2024/12/26
- 72/72: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2024/12/26
- 50/72: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2024/12/26
- 59/72: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2024/12/26
- 17/72: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/26
- 15/72: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/26
- 23/72: gnu: Add python-devpi-common., guix-commits, 2024/12/26
- 32/72: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/26
- 33/72: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/26
- 35/72: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/26
- 37/72: gnu: python-typing-extensions: Update to 4.12.2.,
guix-commits <=
- 44/72: gnu: python-tox: Simplify., guix-commits, 2024/12/26
- 39/72: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/26
- 48/72: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/26
- 49/72: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/26
- 51/72: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/26
- 55/72: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/26
- 56/72: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/26
- 57/72: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/26
- 54/72: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/26
- 58/72: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/26