Skip to content

Commit

Permalink
python27Packages.soco: 0.18.1 -> 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Apr 7, 2020
1 parent a6ad30c commit 84b95b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/soco/default.nix
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,7 +27,7 @@ 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;
};
Expand Down

0 comments on commit 84b95b4

Please sign in to comment.