icloudpd: 1.28.2 -> 1.29.2

This commit is contained in:
Jon Seager
2025-07-22 11:46:54 +02:00
parent 0fd351a476
commit c66d63bdb3
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.28.2";
version = "1.29.2";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
tag = "v${version}";
hash = "sha256-5zuV32AOorkRqt3wiUt2ndo+4j1FQ9JBSc8wY+v01OA=";
hash = "sha256-V6y/JRRfvxfQE5+ZuM8N/jciWxRr9HI6PGjnzyJ2aP8=";
};
pythonRelaxDeps = true;