getmail6: 6.19.08 -> 6.19.09

This commit is contained in:
R. Ryantm 2025-08-16 17:24:31 +00:00
parent 9924e964e8
commit b5e429932d

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "getmail6";
version = "6.19.08";
version = "6.19.09";
pyproject = true;
src = fetchFromGitHub {
owner = "getmail6";
repo = "getmail6";
tag = "v${version}";
hash = "sha256-GUO6zozdh5u3dpFVQUYK/2PlurzXSEswgtdcpiPmhV8=";
hash = "sha256-GQK8zDA7uXYw449/gWzLLUguE/uEqsyFJ3qt5RoqEus=";
};
build-system = with python3.pkgs; [