Merge pull request #326277 from dotlambda/getmail6
getmail6: 6.19.02 -> 6.19.03
This commit is contained in:
commit
4b522ae0ba
@ -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; [
|
||||||
|
Loading…
Reference in New Issue
Block a user