python3Packages.sonos-websocket: 0.1.3 -> 0.2.0

Diff: https://github.com/jjlawren/sonos-websocket/compare/0.1.3...0.2.0

Changelog: https://github.com/jjlawren/sonos-websocket/releases/tag/0.2.0
This commit is contained in:
Fabian Affolter
2026-06-13 15:07:33 +02:00
parent eb33bdcf1d
commit d88c6ea64d
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sonos-websocket";
version = "0.1.3";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jjlawren";
repo = "sonos-websocket";
tag = version;
hash = "sha256-1sgYLwIW7VWnHJGsfIQ95AGZ5j/DPMKQr5n7F+/MsuY=";
hash = "sha256-Yf6osDW7+PYalj3bK7+wF2RotCVlcLJD1ulqLcxrdMU=";
};
build-system = [ setuptools ];