gallery-dl: 1.17.1 -> 1.17.3

This commit is contained in:
R. RyanTM 2021-04-28 08:01:13 +00:00 committed by Jonathan Ringer
parent 078e0b6f93
commit b8cf4172f2

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "gallery_dl"; pname = "gallery_dl";
version = "1.17.1"; version = "1.17.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1cfaa3a617d5d222d4b9b41634b1bdede2673a8620d6b0e62fb755ae224ca2ac"; sha256 = "5da10d931c371841575d988b4e91e9d4ce55c8c3c99aa6d4efa5abca34c75ec8";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];