streamlink: 6.7.4 -> 6.8.1

changes:
* https://github.com/streamlink/streamlink/releases/tag/6.8.0
* https://github.com/streamlink/streamlink/releases/tag/6.8.1

Also drop the exceptiongroup dependency, as it is not needed for
Python>=3.11.
This commit is contained in:
Dee Anzorge
2024-06-20 22:51:33 +02:00
parent 3d37622cff
commit 8696c6243a
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.7.4";
version = "6.8.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-kzdTerEZ/ndSSl1mWq7Ou/sG4suN8o0SYNkodkJXUc4=";
hash = "sha256-TEN++sKCtN8CZRnyBp4niRFlb+LPSNcyMCu9Rm+GOZ0=";
};
patches = [
@@ -42,7 +42,6 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
certifi
exceptiongroup
isodate
lxml
pycountry