icloudpd: 1.29.2 -> 1.29.3 (#432954)

This commit is contained in:
Jon Seager 2025-08-12 18:14:59 +01:00 committed by GitHub
commit 7e533f8ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "icloudpd"; pname = "icloudpd";
version = "1.29.2"; version = "1.29.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "icloud-photos-downloader"; owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader"; repo = "icloud_photos_downloader";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-V6y/JRRfvxfQE5+ZuM8N/jciWxRr9HI6PGjnzyJ2aP8="; hash = "sha256-ySo+qAeNhMwOdCe5jrKtMsEWofYQ8mqTMEl9059vpns=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;