guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 460f8828f3a53c5685ce284b5ca39e85e02a8ceb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 22:38:44 2026 +0100
gnu: python-certifi: Update to 2026.05.20.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2026.05.20.
[native-inputs]: Remove python-wheel.
Change-Id: I506567a9c857816e725f0bf5d1325bb321532924
---
gnu/packages/python-crypto.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9ca9224a7b..dd8c1b4edc 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -529,16 +529,16 @@ for example, for recording or replaying web content.")
(define-public python-certifi
(package
(name "python-certifi")
- (version "2025.06.15")
+ (version "2026.05.20")
(source
(origin
- (method git-fetch) ; no tests in PyPI package
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/certifi/python-certifi")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1yyy3c64xbwfg2b8hi1fd6vwh56fzc90jfy3czimv5i91gwrl7ba"))
+ (base32 "0ck8frybbqnpda0cmkryw3fqxx07rx90nj26dwxmhnkrim58fb5d"))
(snippet #~(begin
(delete-file "certifi/cacert.pem")
(delete-file "certifi/core.py")
@@ -572,8 +572,7 @@ def contents() -> str:
(native-inputs
(list nss-certs-for-test
python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://certifi.io/")
(synopsis "Python CA certificate bundle")
(description