Unverified Commit 6cbd831b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #333824 from LovingMelody/update-gallery-dl

gallery-dl: 1.27.2 -> 1.27.3
parents 01a921bd 87aa59b6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,17 +5,18 @@
  requests,
  yt-dlp,
  pytestCheckHook,
  nix-update-script,
}:

buildPythonApplication rec {
  pname = "gallery-dl";
  version = "1.27.2";
  version = "1.27.3";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "gallery_dl";
    hash = "sha256-CTc6CBAFIxOX5Bd/hy3e65MbWyI2wFn+a6hj4ktuBjo=";
    hash = "sha256-ILnnbnQiJnBBOV87mWw1xHU8DtCXIVVwRwz/PfzVSSI=";
  };

  propagatedBuildInputs = [
@@ -36,6 +37,8 @@ buildPythonApplication rec {

  pythonImportsCheck = [ "gallery_dl" ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Command-line program to download image-galleries and -collections from several image hosting sites";
    homepage = "https://github.com/mikf/gallery-dl";