getmail6: 6.19.07 -> 6.19.08

This commit is contained in:
R. Ryantm 2025-05-14 20:31:29 +00:00
parent 6d0d3850ff
commit 228f2d5681

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "getmail6";
version = "6.19.07";
version = "6.19.08";
pyproject = true;
src = fetchFromGitHub {
owner = "getmail6";
repo = "getmail6";
tag = "v${version}";
hash = "sha256-uu+soEYC12LWx0aLbPupoK7g/rnD47dp32w7jpRj/38=";
hash = "sha256-GUO6zozdh5u3dpFVQUYK/2PlurzXSEswgtdcpiPmhV8=";
};
build-system = with python3.pkgs; [
@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Program for retrieving mail";
homepage = "https://getmail6.org";
changelog = "https://github.com/getmail6/getmail6/blob/${src.rev}/docs/CHANGELOG";
changelog = "https://github.com/getmail6/getmail6/blob/${src.tag}/docs/CHANGELOG";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
abbe