gallery-dl: 1.17.4 -> 1.17.5

This commit is contained in:
R. RyanTM 2021-05-31 15:19:23 +00:00 committed by Jonathan Ringer
parent fbbd31e0e8
commit 2f4769197b

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "gallery_dl"; pname = "gallery_dl";
version = "1.17.4"; version = "1.17.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4df80fd923b03b2413a3d1c50e32c3006d100ed5acc1400ace69d8dc2162d293"; sha256 = "9d64bca2bf0cdecaff1336e0656917eb9028586fee4ac342761d6cb9a0cdb4f9";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];