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

* gallery-dl: 1.15.1 -> 1.15.2

authored by dawidsowa and committed by GitHub c69407d6 392e56b1

+3 -2
+3 -2
pkgs/applications/misc/gallery-dl/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "gallery_dl"; 5 - version = "1.15.1"; 5 + version = "1.15.2"; 6 6 7 7 src = python3Packages.fetchPypi { 8 8 inherit pname version; 9 - sha256 = "1pysh0gz3f3dxk5bfkzaii4myrgik396mf6vlks50inpbnslmqsl"; 9 + sha256 = "0f2d1ixg0ir7ispxxggv378dc0m55k9y19075swf893maxf07f35"; 10 10 }; 11 11 12 12 propagatedBuildInputs = with python3Packages; [ requests ]; ··· 15 15 pytestFlagsArray = [ 16 16 # requires network access 17 17 "--ignore=test/test_results.py" 18 + "--ignore=test/test_downloader.py" 18 19 ]; 19 20 20 21 meta = {