10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "happyleavesaoc";
19 repo = "python-snapcast";
20 rev = "refs/tags/${version}";
21 hash = "sha256-IFgSO0PjlFb4XJarx50Xnx6dF4tBKk3sLcoLWVdpnk8=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 # AssertionError and TypeError
40 "est_stream_setproperty"
44 description = "Control Snapcast, a multi-room synchronous audio solution";
45 homepage = "https://github.com/happyleavesaoc/python-snapcast/";
46 license = licenses.mit;
47 maintainers = with maintainers; [ peterhoeg ];