getmail6: 6.19.12 -> 6.20.00 (#532469)

This commit is contained in:
dotlambda
2026-06-19 05:13:15 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "getmail6";
version = "6.19.12";
version = "6.20.00";
pyproject = true;
src = fetchFromGitHub {
owner = "getmail6";
repo = "getmail6";
tag = "v${finalAttrs.version}";
hash = "sha256-E+S6p12eqVDkzTv6RdeBpUJqPd4a4LMVoGaYOr2XKVo=";
hash = "sha256-f0IH0wI7Ue/HjvMIhBRGaMoO9BYDJoH/3fWRDsFD9+8=";
};
build-system = with python3.pkgs; [