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

icloudpd: 1.29.2 -> 1.29.3 (#432954)

parents 01c648c5 72fcd890
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.29.2";
  version = "1.29.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "icloud-photos-downloader";
    repo = "icloud_photos_downloader";
    tag = "v${version}";
    hash = "sha256-V6y/JRRfvxfQE5+ZuM8N/jciWxRr9HI6PGjnzyJ2aP8=";
    hash = "sha256-ySo+qAeNhMwOdCe5jrKtMsEWofYQ8mqTMEl9059vpns=";
  };

  pythonRelaxDeps = true;