3
0
Fork 0
forked from mirrors/nixpkgs

google-music-scripts: 3.0.0 -> 4.0.1

This commit is contained in:
Robert Schütz 2019-03-15 19:53:14 +01:00
parent b1ad192bf9
commit 12d625f119

View file

@ -2,21 +2,22 @@
python3.pkgs.buildPythonApplication rec {
pname = "google-music-scripts";
version = "3.0.0";
version = "4.0.1";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "12risivi11z3shrgs1kpi7x6lvk113cbp3dnczw9mmqhb4mmwviy";
sha256 = "5b2e9fdde8781a6d226984f0b61add2415a3804123ceeecb20fcc8527de9389d";
};
propagatedBuildInputs = with python3.pkgs; [
appdirs
audio-metadata
click
click-default-group
google-music
google-music-proto
google-music-utils
logzero
#loguru
pendulum
natsort
tomlkit
];
@ -28,5 +29,6 @@ python3.pkgs.buildPythonApplication rec {
description = "A CLI utility for interacting with Google Music";
license = licenses.mit;
maintainers = with maintainers; [ jakewaksbaum ];
broken = true; # 2019-03-15, missing dependency loguru
};
}