python-packages: gmusicapi: 4.0.0 -> 7.0.0
This commit is contained in:
parent
2f41c41f95
commit
9571740b1b
@ -4667,11 +4667,11 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gmusicapi = with pkgs; buildPythonPackage rec {
|
gmusicapi = with pkgs; buildPythonPackage rec {
|
||||||
name = "gmusicapi-4.0.0";
|
name = "gmusicapi-7.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/g/gmusicapi/gmusicapi-4.0.0.tar.gz";
|
url = "https://pypi.python.org/packages/source/g/gmusicapi/gmusicapi-7.0.0.tar.gz";
|
||||||
md5 = "12ba66607531978b349c7035c9bab311";
|
sha256 = "1zji4cgylyzz97cz69lywkbsn5nvvzrhk7iaqnpqpfvj9gwdchwn";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
@ -4680,14 +4680,16 @@ in modules // {
|
|||||||
mutagen
|
mutagen
|
||||||
protobuf
|
protobuf
|
||||||
setuptools
|
setuptools
|
||||||
requests
|
requests2
|
||||||
dateutil
|
dateutil
|
||||||
proboscis
|
proboscis
|
||||||
mock
|
mock
|
||||||
appdirs
|
appdirs
|
||||||
oauth2client
|
oauth2client
|
||||||
|
pyopenssl
|
||||||
|
gpsoauth
|
||||||
|
MechanicalSoup
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An unofficial API for Google Play Music";
|
description = "An unofficial API for Google Play Music";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user