From ca5230ce0b5a0b75f11aeec9c61103c477b5ea6e Mon Sep 17 00:00:00 2001 From: Victor Freire <25647735+ratsclub@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:33:08 -0300 Subject: [PATCH] python3Packages.certifi: 2024.02.02 -> 2024.07.04 (#329697) https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04 --- pkgs/development/python-modules/certifi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/certifi/default.nix b/pkgs/development/python-modules/certifi/default.nix index 81c083972298..e72fc1b07e45 100644 --- a/pkgs/development/python-modules/certifi/default.nix +++ b/pkgs/development/python-modules/certifi/default.nix @@ -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 = [