python3Packages.streamdeck: 0.9.6 -> 0.9.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:23 +02:00
parent 2af38ecb03
commit aa5652121e
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "streamdeck";
version = "0.9.6";
version = "0.9.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7ELZtxGzUuonStMFputI7OHu06W//nC5KOCC3OD3iPA=";
hash = "sha256-jVhuZihvjuA5rwl55JAmtFq+h/f5M68Vo44jh8HjUI4=";
};
patches = [