We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 589fc0d + d1a6205 commit 9b84330Copy full SHA for 9b84330
pkgs/by-name/st/streamlink/package.nix
@@ -8,12 +8,12 @@
8
9
python3Packages.buildPythonApplication rec {
10
pname = "streamlink";
11
- version = "7.0.0";
+ version = "7.1.1";
12
pyproject = true;
13
14
src = fetchPypi {
15
inherit pname version;
16
- hash = "sha256-UaQGKGLmeV1pQEbKbnBUnW0TWDxkDRUFlmgEsOA/7/I=";
+ hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
17
};
18
19
patches = [
@@ -50,7 +50,6 @@ python3Packages.buildPythonApplication rec {
50
requests
51
trio
52
trio-websocket
53
- typing-extensions
54
urllib3
55
websocket-client
56
];
0 commit comments