Merge pull request #298406 from LudovicoPiero/bump-gallery-dl

gallery-dl: 1.26.8 -> 1.26.9
This commit is contained in:
Mario Rodas 2024-03-23 14:03:06 -05:00 committed by GitHub
commit ada65bada1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.26.8";
version = "1.26.9";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-tfNmKgWKr2TGQNgvC/qo2+Dvij4LUL0Zy77mfTcci2k=";
sha256 = "sha256-PgbfppyJCpgFupBQng8MUPihbDmit4C+xWnSzCJyu5k=";
};
propagatedBuildInputs = [