python3Packages.certifi: 2025.07.14 -> 2026.01.04

https://github.com/certifi/python-certifi/compare/2025.07.14...2026.01.04
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:27 +01:00
parent c29e6d2e99
commit 2d9fa8dac5
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "certifi";
version = "2025.07.14";
version = "2026.01.04";
pyproject = true;
src = fetchFromGitHub {
owner = "certifi";
repo = "python-certifi";
rev = version;
hash = "sha256-TSqBca42i7i59ERTrnPN0fLdLWToYMCq5cfFFsgZm5U=";
hash = "sha256-JXv12im46xKabIRVZ4FMSZUbpw2k8WCcaZZLX2pFteY=";
};
patches = [