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

python3Packages.streamdeck: 0.9.7 -> 0.9.8 (#447580)

authored by

Nick Cao and committed by
GitHub
124889a4 202c6c6d

+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.7"; 12 + version = "0.9.8"; 13 13 format = "setuptools"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-jVhuZihvjuA5rwl55JAmtFq+h/f5M68Vo44jh8HjUI4="; 17 + hash = "sha256-rO5K0gekDUzCJW06TCK59ZHjw5DvvlFeQ5zlGLMdASU="; 18 18 }; 19 19 20 20 patches = [