Commit d1a62051 authored by Dee Anzorge's avatar Dee Anzorge
Browse files

streamlink: 7.0.0 -> 7.1.1

parent a88b7533
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "7.0.0";
  version = "7.1.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-UaQGKGLmeV1pQEbKbnBUnW0TWDxkDRUFlmgEsOA/7/I=";
    hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
  };

  patches = [
@@ -50,7 +50,6 @@ python3Packages.buildPythonApplication rec {
    requests
    trio
    trio-websocket
    typing-extensions
    urllib3
    websocket-client
  ];