python3Packages.streamcontroller-streamdeck: 0.1.5 -> 0.1.7 (#536038)

This commit is contained in:
Nick Cao
2026-06-29 20:21:08 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "streamcontroller-streamdeck";
version = "0.1.5";
version = "0.1.7";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "streamcontroller_streamdeck";
hash = "sha256-JSDCg9PLDqxM1KdoCEnYzJip71re6rdS/mLn6fsGn9E=";
hash = "sha256-n8MYXsuWGSfOTnYrFItwkQaZlBQvPOwt1GdNP4MDjnY=";
};
patches = [