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

Merge pull request #265586 from marsam/update-gallery-dl

gallery-dl: 1.26.1 -> 1.26.2
parents d0f73fda 10ac60e7
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.1";
  version = "1.26.2";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    sha256 = "sha256-SJshEdvmPDQZ5mqiQfJpWcQ43WGXUxPvMMJiY/4Cxsc=";
    sha256 = "sha256-Agccsz0TlzCDnhR5Vy7Tt3jrqz9+hwaclQgXJBhGY9w=";
  };

  propagatedBuildInputs = [