Unverified Commit c8cd8142 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

icloudpd: 1.27.1 -> 1.27.2 (#397017)

parents 20b2600f 3640e17c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
  pname = "icloudpd";
  version = "1.27.1";
  version = "1.27.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "icloud-photos-downloader";
    repo = "icloud_photos_downloader";
    tag = "v${version}";
    hash = "sha256-gJ1Vx0p8GiJ4esJuOanojlCHvqzOz8ttgAVn6idrLPM=";
    hash = "sha256-XRQadI2NCtjJ02uRoigDP92TmfAUoItmG42fM3QE6kI=";
  };

  pythonRelaxDeps = true;