Commit c003b0b4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.streamdeck: 0.9.7 -> 0.9.8

parent dc436604
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 = [