[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: python-mypy-extensions: Update to 1.0.0
From: |
guix-commits |
Subject: |
05/10: gnu: python-mypy-extensions: Update to 1.0.0 |
Date: |
Sun, 25 Jun 2023 17:47:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 52fd420877ffdfa66a53585579184cc6fc15b3a0
Author: Vincent Prat <vprat@deeplinks.com>
AuthorDate: Mon Jun 19 11:05:08 2023 +0200
gnu: python-mypy-extensions: Update to 1.0.0
* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.0.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 468a339788..e566f3140a 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1813,14 +1813,14 @@ side effects when unit testing.")
(define-public python-mypy-extensions
(package
(name "python-mypy-extensions")
- (version "0.4.3")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mypy_extensions" version))
(sha256
(base32
- "1a04qsk8hd1lqns8w1j7cr0vmvbhg450di5k1i16kqxkbf7q30id"))))
+ "10h7mwjjfbwxzq7jzaj1pnv9g6laa1k0ckgw72j44160bnazinvm"))))
(build-system python-build-system)
(arguments `(#:tests? #f)); no tests
(home-page "https://github.com/python/mypy_extensions")
- branch master updated (41e8726c89 -> 269cfe341f), guix-commits, 2023/06/25
- 05/10: gnu: python-mypy-extensions: Update to 1.0.0,
guix-commits <=
- 08/10: gnu: python-trimesh: Update to 3.22.1., guix-commits, 2023/06/25
- 10/10: gnu: aws-sdk-cpp: Update to 1.9.306., guix-commits, 2023/06/25
- 03/10: services: Validate 'provision' field of <shepherd-service>., guix-commits, 2023/06/25
- 01/10: gnu: mmg: Update to 5.7.1., guix-commits, 2023/06/25
- 09/10: gnu: aws-lc: Fix tests., guix-commits, 2023/06/25
- 02/10: gnu: nomad-optimizer: Fix build., guix-commits, 2023/06/25
- 04/10: gnu: oneapi-dnnl: Fix building on riscv64-linux., guix-commits, 2023/06/25
- 07/10: gnu: fswatch: Update to 1.17.1., guix-commits, 2023/06/25
- 06/10: gnu: python-mypy-extensions: Fix style, guix-commits, 2023/06/25