Unverified Commit a56d4650 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

gallery-dl: 1.29.4 -> 1.29.5 (#402097)

parents 196dd214 88ec4a6c
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.4";
  version = "1.29.5";
in
python3Packages.buildPythonApplication {
  inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
    owner = "mikf";
    repo = "gallery-dl";
    tag = "v${version}";
    hash = "sha256-dQK1AWmdlfb1cRcYzXWUsXmRgjQRc++zEHZvLUygMwg=";
    hash = "sha256-pa+UZsqLU8u3gBG06iiI9yT+TpxUYKS1US2nQ9Ou9ko=";
  };

  build-system = [ python3Packages.setuptools ];