gallery-dl: 1.15.1 -> 1.15.2 (#101977)

* gallery-dl: 1.15.1 -> 1.15.2
This commit is contained in:
dawidsowa 2020-10-29 04:49:39 +01:00 committed by GitHub
parent 392e56b1ff
commit c69407d606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
version = "1.15.1";
version = "1.15.2";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1pysh0gz3f3dxk5bfkzaii4myrgik396mf6vlks50inpbnslmqsl";
sha256 = "0f2d1ixg0ir7ispxxggv378dc0m55k9y19075swf893maxf07f35";
};
propagatedBuildInputs = with python3Packages; [ requests ];
@ -15,6 +15,7 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [
# requires network access
"--ignore=test/test_results.py"
"--ignore=test/test_downloader.py"
];
meta = {