lieer: 1.2 -> 1.3
This commit is contained in:
parent
5000e5707b
commit
add5d11375
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user