Merge pull request #176332 from r-ryantm/auto-update/gallery-dl

gallery-dl: 1.22.0 -> 1.22.1
This commit is contained in:
Mario Rodas 2022-06-04 22:31:36 -05:00 committed by GitHub
commit 8420ca28de
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.22.0";
version = "1.22.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7gslntYAjH2nSyVKjofC2utjpzQo3aNVD1w5StHk288=";
sha256 = "sha256-GBG42EH8Ux5ncLPo07rjyHyZnK8/+vd5BjACl4H+kwE=";
};
propagatedBuildInputs = [ requests yt-dlp ];