Skip to content

Commit 9b84330

Browse files
authored
streamlink: 7.0.0 -> 7.1.1 (NixOS#369700)
2 parents 589fc0d + d1a6205 commit 9b84330

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)