forked from mirrors/nixpkgs
Merge pull request #257640 from archer-65/update/lieer
lieer: 1.4 -> 1.5
This commit is contained in:
commit
75edae02dd
|
@ -5,20 +5,20 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "lieer";
|
pname = "lieer";
|
||||||
version = "1.4";
|
version = "1.5";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gauteh";
|
owner = "gauteh";
|
||||||
repo = "lieer";
|
repo = "lieer";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-2LujfvsxMHHmYjYOnLJaLdSlzDeej+ehUr4YfVe903U=";
|
sha256 = "sha256-z3OGCjLsOi6K1udChlSih8X6e2qvT8kNhh2PWBGB9zU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
notmuch2
|
notmuch2
|
||||||
oauth2client
|
|
||||||
google-api-python-client
|
google-api-python-client
|
||||||
|
google-auth-oauthlib
|
||||||
tqdm
|
tqdm
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://lieer.gaute.vetsj.com/";
|
homepage = "https://lieer.gaute.vetsj.com/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ flokli ];
|
maintainers = with maintainers; [ archer-65 flokli ];
|
||||||
mainProgram = "gmi";
|
mainProgram = "gmi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue