Skip to content

Commit

Permalink
python312Packages.mailchecker: 6.0.14 -> 6.0.15 (#370988)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 5, 2025
2 parents 2f6626b + 8c31f5b commit 31c3b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mailchecker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "mailchecker";
version = "6.0.14";
version = "6.0.15";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-/FZwGXQwx46r1koP20LSRXxcqVQCEMWhkT2XlXhtKn0=";
hash = "sha256-kC1ILRtdQQbt0u7MBnNAxots5OJHkJZDgThPZ9NbnlU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 31c3b20

Please sign in to comment.