Skip to content

Commit

Permalink
gmusicapi: 7.0.0 -> 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Nov 24, 2016
1 parent 8602f82 commit 5d62f80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7078,18 +7078,18 @@ in {
};

gmusicapi = with pkgs; buildPythonPackage rec {
name = "gmusicapi-7.0.0";
name = "gmusicapi-10.1.0";

src = pkgs.fetchurl {
url = "mirror://pypi/g/gmusicapi/gmusicapi-7.0.0.tar.gz";
sha256 = "1zji4cgylyzz97cz69lywkbsn5nvvzrhk7iaqnpqpfvj9gwdchwn";
url = "mirror://pypi/g/gmusicapi/gmusicapi-10.1.0.tar.gz";
sha256 = "0smlrafh1bjzrcjzl7im8pf8f04gcnx92lf3g5qr7yzgq8k20xa2";
};

propagatedBuildInputs = with self; [
validictory
decorator
mutagen
protobuf
protobuf3_0
setuptools
requests2
dateutil
Expand All @@ -7100,6 +7100,7 @@ in {
pyopenssl
gpsoauth
MechanicalSoup
future
];

meta = {
Expand Down

0 comments on commit 5d62f80

Please sign in to comment.