getmail6: 6.19.08 -> 6.19.09 (#434274)

This commit is contained in:
dotlambda
2025-08-18 11:25:41 -07:00
committed by GitHub
+2 -2
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; [