Unverified Commit aa132d47 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

gallery-dl: 1.27.5 -> 1.27.6 (#348067)

parents c710b80f 06923adc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonApplication rec {
  pname = "gallery-dl";
  version = "1.27.5";
  version = "1.27.6";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    hash = "sha256-q/byWRvbzrV6KjPIDjJJWl0fkrluGEcvrISPKz8SJ+4=";
    hash = "sha256-bxh15aZIupTaHnYM65MAYuYtKx0z2OIQl3WKEU1gO4Q=";
  };

  propagatedBuildInputs = [