icloudpd: 1.25.0 -> 1.25.1 (#371371)

This commit is contained in:
Jon Seager
2025-01-06 19:39:37 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.25.0";
version = "1.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
rev = "v${version}";
hash = "sha256-7I/mthqlV5+EWaLRlCmBZPJaf7dWm8alpUtmlxvUNsY=";
hash = "sha256-Wjei2hJpeVYVgShbbzikZk4yr71HoeP/caqU1ktDQbI=";
};
pythonRelaxDeps = true;