diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-31 22:38:44 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:54 +0100 |
| commit | f2180e6c5a0a1d15ce6c1fa7a2bf5e814f25af9e (patch) | |
| tree | ecd7bcfe91c9bc3e524f7326fac869b5798b8766 /gnu/packages/python-crypto.scm | |
| parent | b9d458a87acf3834b53812f0eb2e73d27906b614 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 4311d1787f9..9c2561960b0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -530,16 +530,16 @@ for example, for recording or replaying web content.") | |||
| 530 | (define-public python-certifi | 530 | (define-public python-certifi |
| 531 | (package | 531 | (package |
| 532 | (name "python-certifi") | 532 | (name "python-certifi") |
| 533 | (version "2025.06.15") | 533 | (version "2026.05.20") |
| 534 | (source | 534 | (source |
| 535 | (origin | 535 | (origin |
| 536 | (method git-fetch) ; no tests in PyPI package | 536 | (method git-fetch) |
| 537 | (uri (git-reference | 537 | (uri (git-reference |
| 538 | (url "https://github.com/certifi/python-certifi") | 538 | (url "https://github.com/certifi/python-certifi") |
| 539 | (commit version))) | 539 | (commit version))) |
| 540 | (file-name (git-file-name name version)) | 540 | (file-name (git-file-name name version)) |
| 541 | (sha256 | 541 | (sha256 |
| 542 | (base32 "1yyy3c64xbwfg2b8hi1fd6vwh56fzc90jfy3czimv5i91gwrl7ba")) | 542 | (base32 "0ck8frybbqnpda0cmkryw3fqxx07rx90nj26dwxmhnkrim58fb5d")) |
| 543 | (snippet #~(begin | 543 | (snippet #~(begin |
| 544 | (delete-file "certifi/cacert.pem") | 544 | (delete-file "certifi/cacert.pem") |
| 545 | (delete-file "certifi/core.py") | 545 | (delete-file "certifi/core.py") |
| @@ -573,8 +573,7 @@ def contents() -> str: | |||
| 573 | (native-inputs | 573 | (native-inputs |
| 574 | (list nss-certs-for-test | 574 | (list nss-certs-for-test |
| 575 | python-pytest | 575 | python-pytest |
| 576 | python-setuptools | 576 | python-setuptools)) |
| 577 | python-wheel)) | ||
| 578 | (home-page "https://certifi.io/") | 577 | (home-page "https://certifi.io/") |
| 579 | (synopsis "Python CA certificate bundle") | 578 | (synopsis "Python CA certificate bundle") |
| 580 | (description | 579 | (description |
