Merge pull request #122882 from r-ryantm/auto-update/gallery_dl

gallery-dl: 1.17.3 -> 1.17.4
This commit is contained in:
Sandro 2021-05-17 01:47:57 +02:00 committed by GitHub
commit 8605692f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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