python3Packages.osxphotos: 0.69.2 -> 0.72.1

https://github.com/RhetTbull/osxphotos/blob/v0.72.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:12 +02:00
parent 7293d95ede
commit eebbc82904
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "osxphotos";
version = "0.69.2";
version = "0.72.1";
pyproject = true;
src = fetchFromGitHub {
owner = "RhetTbull";
repo = "osxphotos";
tag = "v${version}";
hash = "sha256-uVcoGIfxz+jKirnE3giST/v20eA5pq+LHgrsRb5b+Lc=";
hash = "sha256-6BUdF2l/C0Zim7ei/t4DKs4RUIDMWikhZmhattYrXmg=";
};
build-system = [ setuptools ];