nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.streamdeck: 0.9.6 -> 0.9.7

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/streamdeck/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "streamdeck"; 12 - version = "0.9.6"; 12 + version = "0.9.7"; 13 13 format = "setuptools"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-7ELZtxGzUuonStMFputI7OHu06W//nC5KOCC3OD3iPA="; 17 + hash = "sha256-jVhuZihvjuA5rwl55JAmtFq+h/f5M68Vo44jh8HjUI4="; 18 18 }; 19 19 20 20 patches = [