python3Packages.certifi: 2024.02.02 -> 2024.07.04 (#329697)

https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04
This commit is contained in:
Victor Freire
2024-08-23 03:33:08 +02:00
committed by GitHub
parent ce1d858099
commit ca5230ce0b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "certifi";
version = "2024.02.02";
version = "2024.07.04";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-certifi";
rev = version;
hash = "sha256-gnWJjZy5E/0lvAeLftXNtcHH6RHL/dUomXOBgumiWX8=";
hash = "sha256-ArJB19tPpwTT1LjYo8OF1+Mo//l8FaMHTpvSvlfve3Q=";
};
patches = [