15 buildPythonPackage rec {
21 # pypi package is missing test fixtures
22 src = fetchFromGitHub {
26 sha256 = "sha256-gBOknYHL5nQWFVhCbLN0Ah+1fovcNY4P2myryZnUadk=";
29 propagatedBuildInputs = [
42 "test_desc_from_uri" # test requires network access
46 description = "A SoCo fork with fixes for Home Assistant";
47 homepage = "https://github.com/amelchio/pysonos";
48 license = licenses.mit;
49 maintainers = with maintainers; [ juaningan ];