3
0
Fork 0
forked from mirrors/nixpkgs

gallery-dl: 1.25.2 -> 1.25.3

https://github.com/mikf/gallery-dl/releases/tag/v1.25.3
This commit is contained in:
Mario Rodas 2023-04-30 16:20:00 +00:00
parent bc9a078705
commit 213831f4dc

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.25.2";
version = "1.25.3";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-T9PzvjOdcLaO7iTxBZxucQdiAPVpk1+9wDfcpShIBdM=";
sha256 = "sha256-aosaA8F8TVBnY0Mz+TbRYQjVW5FUDiSiohl/7vqXwis=";
};
propagatedBuildInputs = [