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

gallery-dl: 1.16.5 -> 1.17.0
This commit is contained in:
Maximilian Bosch 2021-03-10 11:55:35 +01:00 committed by GitHub
commit 9d238182b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.16.5";
version = "1.17.0";
src = fetchPypi {
inherit pname version;
sha256 = "fb8c927630b292abf5052f8f75c3eebccbdffa609566768d4dc4d9665df91e68";
sha256 = "bf5196b9e18a45d62d7e823894f12def310264a258956882cbac13b5e856bf00";
};
propagatedBuildInputs = [ requests ];