Unverified Commit 5aad0bbb authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

gallery-dl: 1.29.5 -> 1.29.6 (#404131)

parents fa146014 d21aff99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "gallery-dl";
  version = "1.29.5";
  version = "1.29.6";
in
python3Packages.buildPythonApplication {
  inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
    owner = "mikf";
    repo = "gallery-dl";
    tag = "v${version}";
    hash = "sha256-pa+UZsqLU8u3gBG06iiI9yT+TpxUYKS1US2nQ9Ou9ko=";
    hash = "sha256-D/HPAnIwCAfwzBrteGkZSMHFvXDPQLF4bHKDwppdkzc=";
  };

  build-system = [ python3Packages.setuptools ];