Skip to content

Commit

Permalink
python310Packages.certifi: 2022.05.18.1 -> 2022.06.15
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 24, 2022
1 parent b731803 commit f932345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/certifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "certifi";
version = "2022.05.18.1";
version = "2022.06.15";

disabled = pythonOlder "3.5";

src = fetchFromGitHub {
owner = pname;
repo = "python-certifi";
rev = version;
sha256 = "sha256-uDNVzKcT45mz0zXBwPkttKV21fEcgbRamE3+QutNLjA=";
sha256 = "sha256-CKO8wF5FMGLIZbTd7YrKE9OWV9MbfQ2+BMc5IPk1FFU=";
};

checkInputs = [
Expand Down

0 comments on commit f932345

Please sign in to comment.