gallery-dl: 1.27.0 -> 1.27.1

(cherry picked from commit 3ad432b2fb)
This commit is contained in:
R. Ryantm
2024-06-25 17:15:27 +00:00
committed by DontEatOreo
parent 1a8c17782f
commit 64d2e0b535

View File

@@ -9,13 +9,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.27.0";
version = "1.27.1";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
hash = "sha256-zMimHjaXgwOSt8HbSec4o0y3e9Xf6tFFiI4KzsrP850=";
hash = "sha256-S1RF0FNJ/oKTwq9SXXIOnqBIViGIYBVuxPjV/6fbeV8=";
};
propagatedBuildInputs = [