lieer: 1.2 -> 1.3

This commit is contained in:
David Terry 2021-01-08 12:07:40 +01:00
parent 5000e5707b
commit add5d11375
No known key found for this signature in database
GPG Key ID: D1920031620D057E

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "lieer"; pname = "lieer";
version = "1.2"; version = "1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gauteh"; owner = "gauteh";
repo = "lieer"; repo = "lieer";
rev = "v${version}"; rev = "v${version}";
sha256 = "0qp8sycclzagkiszqk1pw2fr8s8s195bzy8r27dj7f5zx350nxk5"; sha256 = "12sl7d381l1gjaam419xc8gxmsprxf0hgksz1f974qmmijvr02bh";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
@ -16,6 +16,7 @@ python3Packages.buildPythonApplication rec {
oauth2client oauth2client
google_api_python_client google_api_python_client
tqdm tqdm
setuptools
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {