Merge pull request #326277 from dotlambda/getmail6

getmail6: 6.19.02 -> 6.19.03
This commit is contained in:
Robert Schütz 2024-07-11 11:14:29 -07:00 committed by GitHub
commit 4b522ae0ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "getmail6"; pname = "getmail6";
version = "6.19.02"; version = "6.19.03";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getmail6"; owner = "getmail6";
repo = "getmail6"; repo = "getmail6";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ThyK30IT7ew5zQ3QAoxdr6ElQEWp2yJcmkLT5NmMfY0="; hash = "sha256-BBsQ3u8CL3Aom+hqjeOErOBtWB8imU2PGgzP8+dq4mM=";
}; };
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [