gallery-dl: 1.16.3 -> 1.16.4

This commit is contained in:
R. RyanTM 2021-01-28 00:11:12 +00:00
parent 0b5fd3b784
commit 8180bbb883

View File

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.16.3";
version = "1.16.4";
src = fetchPypi {
inherit pname version;
sha256 = "5926794d7a602cb9d4edf0a2094b266b790033db0a62689fa01e5272d7388587";
sha256 = "744deddf22fdbc51d1d89776c41b0f1127d2b4d212bd092718fad2c0dc7f160f";
};
propagatedBuildInputs = [ requests ];