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