Merge pull request #332055 from DontEatOreo/update-gallery-dl

gallery-dl: 1.27.1 -> 1.27.2
This commit is contained in:
Masum Reza
2024-08-05 14:07:00 +05:30
committed by GitHub

View File

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