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

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

gallery-dl: 1.25.1 -> 1.25.2
parents ed7e3a25 37656de3
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.25.1";
  version = "1.25.2";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    sha256 = "sha256-us9lzchdsCD4sY4XQ1f4j3wKuFtEZnEuBrlSa3FpDP4=";
    sha256 = "sha256-T9PzvjOdcLaO7iTxBZxucQdiAPVpk1+9wDfcpShIBdM=";
  };

  propagatedBuildInputs = [