python: gmusicapi: 11.0.4 -> 12.0.0
This commit is contained in:
parent
4c42376169
commit
2b1ee6cb82
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gmusicapi";
|
pname = "gmusicapi";
|
||||||
version = "11.0.4";
|
version = "12.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b0345df8119c4721cabafff765fe9ded1a246886f5a67b1b306c656b685650b8";
|
sha256 = "6e066f38bbfce068e0e89f34ccdbc7056fd5fdc446d3c33c70f53b26078eb78b";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ];
|
propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ];
|
||||||
|
|
Loading…
Reference in a new issue