getmail6: 6.19.00 -> 6.19.01

This commit is contained in:
R. Ryantm 2024-06-14 20:34:23 +00:00
parent f0d64d65a7
commit 1067ebc949

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "getmail6";
version = "6.19.00";
version = "6.19.01";
pyproject = true;
src = fetchFromGitHub {
owner = "getmail6";
repo = "getmail6";
rev = "refs/tags/v${version}";
hash = "sha256-cAho0fAvxUoxKrvS7XJaKYGEGgtA8Xl6dOEtVtUvK10=";
hash = "sha256-Q3FQmliWQ8BB/U4RWw1z5I721jw8LGRLPjI9eKELd0g=";
};
build-system = with python3.pkgs; [