Merge pull request #297878 from dotlambda/getmail6

getmail6: 6.18.13 -> 6.18.14
This commit is contained in:
Robert Schütz 2024-04-22 17:05:09 +00:00 committed by GitHub
commit 1e1dc66fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 6 deletions

View File

@ -5,17 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "getmail6";
version = "6.18.13";
format = "setuptools";
version = "6.18.14";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
owner = "getmail6";
repo = "getmail6";
rev = "refs/tags/v${version}";
hash = "sha256-cyX+3LsXqBpAvaOPVpT4EuPzqJm9kki1uNTG+7k3Q28=";
hash = "sha256-NcUGIddbIjwMyE/6fR8lqs90/chzqROQDftF/cNkxOs=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
# needs a Docker setup
doCheck = false;