Unverified Commit ada65bad authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

gallery-dl: 1.26.8 -> 1.26.9
parents 8e8752b3 ccd63fd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [