Unverified Commit 124889a4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 202c6c6d c003b0b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "streamdeck";
  version = "0.9.7";
  version = "0.9.8";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jVhuZihvjuA5rwl55JAmtFq+h/f5M68Vo44jh8HjUI4=";
    hash = "sha256-rO5K0gekDUzCJW06TCK59ZHjw5DvvlFeQ5zlGLMdASU=";
  };

  patches = [