python3Packages.certifi: 2022.12.07 -> 2023.05.07

Diff: https://github.com/certifi/python-certifi/compare/2022.12.07...2023.05.07
This commit is contained in:
Ilan Joselevich
2023-07-16 17:30:04 +03:00
parent f254bbd6dd
commit b195e5fe7d
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "certifi";
version = "2022.12.07";
version = "2023.05.07";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-certifi";
rev = version;
hash = "sha256-r6TJ6YGL0cygz+F6g6wiqBfBa/QKhynZ92C6lHTZ2rI=";
hash = "sha256-KXm0CtuZJL9VgFeY+DV0rdjaKqPQCqcoGPCkeGieTX8=";
};
patches = [