python37Packages.snapcast: 2.0.10 -> 2.1.0

This commit is contained in:
R. RyanTM 2020-04-11 02:18:42 +00:00
parent 807ca93fad
commit 35b071b465

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "snapcast";
version = "2.0.10";
version = "2.1.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "2a862a57ca65aa11cf010a19cdfee37e5728d486ee92684b00233442613b5120";
sha256 = "1z3c9p22pm3823jzh917c3rryv02mhigrjkjf9wlhzmjwx5vmjqf";
};
checkInputs = [ pytest ];
@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Control Snapcast, a multi-room synchronous audio solution";
homepage = https://github.com/happyleavesaoc/python-snapcast/;
homepage = "https://github.com/happyleavesaoc/python-snapcast/";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
};