twitch-dl: 2.2.2 -> 2.3.0 (#309368)
Diff: https://github.com/ihabunek/twitch-dl/compare/refs/tags/2.2.2...2.3.0 test_cli.py was added in this bump Changelog: https://github.com/ihabunek/twitch-dl/blob/refs/tags/2.3.0/CHANGELOG.md
This commit is contained in:
parent
48705e5f4d
commit
853580ca64
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "twitch-dl";
|
pname = "twitch-dl";
|
||||||
version = "2.2.2";
|
version = "2.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihabunek";
|
owner = "ihabunek";
|
||||||
repo = "twitch-dl";
|
repo = "twitch-dl";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Os27uqH3MA3v9+8WzfL5KIEUewAzf8JUyRtsWSzw81o=";
|
hash = "sha256-0uOOc3ANXleQlENB+gdWheafBiOOcyZsFvYj7r+WMCY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@ -42,6 +42,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# Requires network access
|
# Requires network access
|
||||||
"tests/test_api.py"
|
"tests/test_api.py"
|
||||||
|
"tests/test_cli.py"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user