gallery-dl: 1.27.3 -> 1.27.4 (#340064)

This commit is contained in:
Nick Cao 2024-09-06 15:06:43 -04:00 committed by GitHub
commit 7b4b3bc5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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