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