python37Packages.snapcast: 2.0.10 -> 2.1.0
This commit is contained in:
parent
807ca93fad
commit
35b071b465
@ -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 ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user