python3Packages.certifi: 2026.01.04 -> 2026.04.22

https://github.com/certifi/python-certifi/compare/2026.01.04...2026.04.22
This commit is contained in:
Martin Weinelt
2026-05-30 03:53:05 +02:00
parent bffbd23fea
commit d937cb6e2d
@@ -7,16 +7,16 @@
pytestCheckHook,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "certifi";
version = "2026.01.04";
version = "2026.04.22";
pyproject = true;
src = fetchFromGitHub {
owner = "certifi";
repo = "python-certifi";
rev = version;
hash = "sha256-JXv12im46xKabIRVZ4FMSZUbpw2k8WCcaZZLX2pFteY=";
tag = finalAttrs.version;
hash = "sha256-bGeOrYd7ZUG0VIbgRiYIBK3JDRC5wpST5IrFHyWO/cg=";
};
patches = [
@@ -47,4 +47,4 @@ buildPythonPackage rec {
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ koral ];
};
}
})