python3Packages.certifi: 2023.05.07 -> 2023.07.22

This commit is contained in:
Preston Marshall
2023-08-16 00:56:58 -04:00
parent cd822b4978
commit 47c9ed07df
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "certifi";
version = "2023.05.07";
version = "2023.07.22";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-certifi";
rev = version;
hash = "sha256-KXm0CtuZJL9VgFeY+DV0rdjaKqPQCqcoGPCkeGieTX8=";
hash = "sha256-V3bptJDNMGXlCMg6GHj792IrjfsG9+F/UpQKxeM0QOc=";
};
patches = [