Merge pull request #319900 from r-ryantm/auto-update/getmail6

getmail6: 6.19.00 -> 6.19.01
This commit is contained in:
Weijia Wang 2024-06-18 10:24:19 +02:00 committed by GitHub
commit b950c92325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [