icloudpd: 1.29.3 -> 1.30.0

This commit is contained in:
R. Ryantm
2025-08-20 06:33:53 +00:00
parent 8766d9c4eb
commit fa02f28f9e
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.29.3";
version = "1.30.0";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
tag = "v${version}";
hash = "sha256-ySo+qAeNhMwOdCe5jrKtMsEWofYQ8mqTMEl9059vpns=";
hash = "sha256-FuN2+ukQ9Kf/Eu7M63wrBIh31O64HZVqtC78vzKioNE=";
};
pythonRelaxDeps = true;