Skip to content

Commit

Permalink
python27Packages.soco: 0.18.1 -> 0.19
Browse files Browse the repository at this point in the history
(cherry picked from commit 84b95b4)
  • Loading branch information
r-ryantm authored and minijackson committed Apr 22, 2020
1 parent cbb2d62 commit 5964eeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/soco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

buildPythonPackage rec {
pname = "soco";
version = "0.18.1";
version = "0.19";

src = fetchPypi {
inherit pname version;
sha256 = "de033ad69f86a655f50d407648b3aa2dd9647c69fd7bb317e9adfcd38a1adf4b";
sha256 = "0dgca286vhrabm4r4jj545k895z6w2c70ars06vrjhf9cpgg7qck";
};

postPatch = ''
Expand All @@ -27,9 +27,8 @@ buildPythonPackage rec {
];

meta = {
homepage = http://python-soco.com/;
homepage = "http://python-soco.com/";
description = "A CLI and library to control Sonos speakers";
license = lib.licenses.mit;
broken = true;
};
}

0 comments on commit 5964eeb

Please sign in to comment.