Unverified Commit ec8fcd60 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #263856 from DeeUnderscore/update/streamlink-6.3.1

streamlink: 6.2.1 -> 6.3.1
parents 5fc25ded e3fcbde5
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "streamlink";
  version = "6.2.1";
  version = "6.3.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI=";
    hash = "sha256-k8Dfrl0Xie5zF/GhVdP/RKGajDyGblAwu49UekX1WEQ=";
  };

  nativeCheckInputs = with python3Packages; [
@@ -23,10 +23,6 @@ python3Packages.buildPythonApplication rec {
    pytest-trio
  ];

  nativeBuildInputs = with python3Packages; [
    versioningit
  ];

  propagatedBuildInputs = (with python3Packages; [
    certifi
    isodate