streamlink: 6.2.1 -> 6.3.1

https://github.com/streamlink/streamlink/releases/tag/6.3.0
https://github.com/streamlink/streamlink/releases/tag/6.3.1

Upstream dropped versioningit requirement from sdist builds in 6.3.0

+2 -6
+2 -6
pkgs/applications/video/streamlink/default.nix
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "streamlink"; 9 - version = "6.2.1"; 10 format = "pyproject"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI="; 15 }; 16 17 nativeCheckInputs = with python3Packages; [ ··· 21 freezegun 22 pytest-asyncio 23 pytest-trio 24 - ]; 25 - 26 - nativeBuildInputs = with python3Packages; [ 27 - versioningit 28 ]; 29 30 propagatedBuildInputs = (with python3Packages; [
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "streamlink"; 9 + version = "6.3.1"; 10 format = "pyproject"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + hash = "sha256-k8Dfrl0Xie5zF/GhVdP/RKGajDyGblAwu49UekX1WEQ="; 15 }; 16 17 nativeCheckInputs = with python3Packages; [ ··· 21 freezegun 22 pytest-asyncio 23 pytest-trio 24 ]; 25 26 propagatedBuildInputs = (with python3Packages; [