python313Packages.certifi: 2024.08.30 -> 2024.12.14

https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:20 +01:00
parent 14ec122efe
commit 0245dc906b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "certifi";
version = "2024.08.30";
version = "2024.12.14";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-certifi";
rev = version;
hash = "sha256-E3Ykb7KLWWVlJ8kFGC9X/6I1SlyNxUXUPb3xN8CwlHI=";
hash = "sha256-VXkgMqS+uDuKv/6VIfLwfTcYhupQtyB8g2q0NkkukYI=";
};
patches = [