Merge pull request #213225 from marsam/update-gallery-dl

gallery-dl: 1.24.4 -> 1.24.5
This commit is contained in:
Mario Rodas 2023-01-28 17:02:43 -05:00 committed by GitHub
commit 2d85735ad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "gallery-dl"; pname = "gallery-dl";
version = "1.24.4"; version = "1.24.5";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "gallery_dl"; pname = "gallery_dl";
sha256 = "sha256-g+nbHpbo6O4zoDJm6MRwCXY9pM73NV7RKR59s+8LM10="; sha256 = "sha256-P71JiGI9PpWMAlgk5TwQa/h3AUEZSEZ6/MahY+IIy9M=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [