python3Packages.streamcontroller-streamdeck: 0.1.7 -> 0.2.0 (#551359)

This commit is contained in:
Nick Cao
2026-08-11 20:33:45 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "streamcontroller-streamdeck";
version = "0.1.7";
version = "0.2.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "streamcontroller_streamdeck";
hash = "sha256-n8MYXsuWGSfOTnYrFItwkQaZlBQvPOwt1GdNP4MDjnY=";
hash = "sha256-uQdRdznrlK38mfhbBhw0yzvpnpmtCMXqjWPkSFbDgMs=";
};
patches = [