icloudpd: 1.28.0 -> 1.28.1 (#416449)

authored by Wolfgang Walther and committed by GitHub 83fe7b56 9d9e0f91

+3 -3
+3 -3
pkgs/by-name/ic/icloudpd/package.nix
··· 9 10 python3Packages.buildPythonApplication rec { 11 pname = "icloudpd"; 12 - version = "1.28.0"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "icloud-photos-downloader"; 17 repo = "icloud_photos_downloader"; 18 tag = "v${version}"; 19 - hash = "sha256-t2S/WfjNdCgCqaoXtmIu6Gb8tsccRw1Jn8iyjbSukzY="; 20 }; 21 22 pythonRelaxDeps = true; ··· 72 73 preBuild = '' 74 substituteInPlace pyproject.toml \ 75 - --replace-fail "setuptools==75.6.0" "setuptools" \ 76 --replace-fail "wheel==0.45.1" "wheel" 77 78 substituteInPlace src/foundation/__init__.py \
··· 9 10 python3Packages.buildPythonApplication rec { 11 pname = "icloudpd"; 12 + version = "1.28.1"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "icloud-photos-downloader"; 17 repo = "icloud_photos_downloader"; 18 tag = "v${version}"; 19 + hash = "sha256-e3bv5IVVXKiAnxZAbx8JniGJaPJuT+FYAH1PwhU8q60="; 20 }; 21 22 pythonRelaxDeps = true; ··· 72 73 preBuild = '' 74 substituteInPlace pyproject.toml \ 75 + --replace-fail "setuptools==80.9.0" "setuptools" \ 76 --replace-fail "wheel==0.45.1" "wheel" 77 78 substituteInPlace src/foundation/__init__.py \