python313Packages.certifi: 2024.12.14 -> 2025.01.31

https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31
This commit is contained in:
Martin Weinelt 2025-03-03 07:13:54 +01:00
parent 332c4d0b7a
commit d88d9feeb4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "certifi";
version = "2024.12.14";
version = "2025.01.31";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-certifi";
rev = version;
hash = "sha256-VXkgMqS+uDuKv/6VIfLwfTcYhupQtyB8g2q0NkkukYI=";
hash = "sha256-LHoFI9+vrrrRzyhWNchQYp4AAiFcQwZHdeNzMjTJ8jk=";
};
patches = [