Unverified Commit d3c260ea authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

streamlink: 6.10.0 -> 6.11.0 (#346236)

parents 40085bbb 58f5442e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "6.10.0";
  version = "6.11.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-VI1fy8Oo4dXSn6IQoFlT+F9IyucLUqwuvkn5DoWRdSE=";
    hash = "sha256-Vi5ddTyhCeGVYgfeSsJ8M3zmuZ++ftcgO5RRBe1bL4Y=";
  };

  patches = [
@@ -31,7 +31,6 @@ python3Packages.buildPythonApplication rec {
    mock
    requests-mock
    freezegun
    pytest-asyncio
    pytest-trio
  ];