google-music-scripts: 3.0.0 -> 4.0.1
This commit is contained in:
parent
b1ad192bf9
commit
12d625f119
@ -2,21 +2,22 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "google-music-scripts";
|
pname = "google-music-scripts";
|
||||||
version = "3.0.0";
|
version = "4.0.1";
|
||||||
|
|
||||||
src = python3.pkgs.fetchPypi {
|
src = python3.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "12risivi11z3shrgs1kpi7x6lvk113cbp3dnczw9mmqhb4mmwviy";
|
sha256 = "5b2e9fdde8781a6d226984f0b61add2415a3804123ceeecb20fcc8527de9389d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
appdirs
|
appdirs
|
||||||
audio-metadata
|
audio-metadata
|
||||||
click
|
|
||||||
click-default-group
|
|
||||||
google-music
|
google-music
|
||||||
|
google-music-proto
|
||||||
google-music-utils
|
google-music-utils
|
||||||
logzero
|
#loguru
|
||||||
|
pendulum
|
||||||
|
natsort
|
||||||
tomlkit
|
tomlkit
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -28,5 +29,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
description = "A CLI utility for interacting with Google Music";
|
description = "A CLI utility for interacting with Google Music";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jakewaksbaum ];
|
maintainers = with maintainers; [ jakewaksbaum ];
|
||||||
|
broken = true; # 2019-03-15, missing dependency loguru
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user