icloudpd: 1.17.3 -> 1.17.4

This commit is contained in:
R. Ryantm 2024-04-14 22:59:46 +00:00
parent 3f9dfce316
commit 43bb69f3f5
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "icloudpd";
version = "1.17.3";
version = "1.17.4";
pyproject = true;
src = fetchFromGitHub {
owner = "icloud-photos-downloader";
repo = "icloud_photos_downloader";
rev = "v${version}";
hash = "sha256-GS6GqlZfj5kfjKLImkOTDAgQDGJQHl74uTqbZHVpbac=";
hash = "sha256-xsUayewn6c+TFqQnvDWe+1y4o76Quq8sK1WkSFFgPkc=";
};
pythonRelaxDeps = true;