Skip to content

Commit d1a6205

Browse files
committed
streamlink: 7.0.0 -> 7.1.1
Changes: https://github.com/streamlink/streamlink/releases/tag/7.1.0 https://github.com/streamlink/streamlink/releases/tag/7.1.1 7.1.0 dropped typing-extensions as runtime dependency
1 parent a88b753 commit d1a6205

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/st/streamlink/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "streamlink";
11-
version = "7.0.0";
11+
version = "7.1.1";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-UaQGKGLmeV1pQEbKbnBUnW0TWDxkDRUFlmgEsOA/7/I=";
16+
hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
1717
};
1818

1919
patches = [
@@ -50,7 +50,6 @@ python3Packages.buildPythonApplication rec {
5050
requests
5151
trio
5252
trio-websocket
53-
typing-extensions
5453
urllib3
5554
websocket-client
5655
];

0 commit comments

Comments
 (0)