mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #201634 from DeeUnderscore/update/streamlink-5.1.0
streamlink: 5.0.1 -> 5.1.2
This commit is contained in:
commit
701fe61bc9
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "streamlink";
|
pname = "streamlink";
|
||||||
version = "5.0.1";
|
version = "5.1.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-PKRioPBhTV6i3ckQgcKuhQFmpBvUQE4o3FLej8qx4mM=";
|
hash = "sha256-UB9gTT2/rQXV1Q7UQywEHlGBCJDMDmXupD8nYII4dno=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with python3Packages; [
|
checkInputs = with python3Packages; [
|
||||||
@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
mock
|
mock
|
||||||
requests-mock
|
requests-mock
|
||||||
freezegun
|
freezegun
|
||||||
|
pytest-asyncio
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
@ -33,6 +34,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pysocks
|
pysocks
|
||||||
requests
|
requests
|
||||||
websocket-client
|
websocket-client
|
||||||
|
urllib3
|
||||||
]) ++ [
|
]) ++ [
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user