Unverified Commit 34d43f04 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gallery-dl: 1.30.8 -> 1.30.9 (#448283)

parents b50fb2b7 e57aba53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

let
  pname = "gallery-dl";
  version = "1.30.8";
  version = "1.30.9";
in
python3Packages.buildPythonApplication {
  inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
    owner = "mikf";
    repo = "gallery-dl";
    tag = "v${version}";
    hash = "sha256-jetfEjKwAtJwOLKRZfnnnlb7G5YCDUzeHIASqJS3gcI=";
    hash = "sha256-y+xMKrYwqpMMxw5FoYmM1RurH/WNhU+7kIN5i1rmEW0=";
  };

  build-system = [ python3Packages.setuptools ];