streamlink: 6.2.0 -> 6.2.1

https://github.com/streamlink/streamlink/releases/tag/6.2.1
This commit is contained in:
Dee Anzorge
2023-10-05 02:03:29 +02:00
parent 9f20229c6c
commit d2fe7df3c1
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.2.0";
version = "6.2.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo=";
hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI=";
};
nativeCheckInputs = with python3Packages; [