DontEatOreo 2024-09-28 12:57:58 +03:00
parent 9f87234b97
commit c7ad3a7619
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -10,13 +10,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.27.4";
version = "1.27.5";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
hash = "sha256-28y5sU9onPHIqlTIYzIQ+J2KElJocbuwKQN/E50JGI8=";
hash = "sha256-q/byWRvbzrV6KjPIDjJJWl0fkrluGEcvrISPKz8SJ+4=";
};
propagatedBuildInputs = [