icloudpd: 1.17.6 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-05-28 05:30:25 +00:00
parent 406ed19240
commit aa6b2d6df5

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.17.6";
version = "1.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
rev = "v${version}";
hash = "sha256-KTMFT6L+5WexKZiMPjga/HzoGYNWVldoRoqBPSj2a/s=";
hash = "sha256-QVfzGL/W7EmJvGXM8ge4sxWhSyshHYPykudMO1IcZJs=";
};
pythonRelaxDeps = true;