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.

Changed files
+2 -2
pkgs
development
python-modules
osxphotos
+2 -2
pkgs/development/python-modules/osxphotos/default.nix
···
buildPythonPackage rec {
pname = "osxphotos";
-
version = "0.69.2";
pyproject = true;
src = fetchFromGitHub {
owner = "RhetTbull";
repo = "osxphotos";
tag = "v${version}";
-
hash = "sha256-uVcoGIfxz+jKirnE3giST/v20eA5pq+LHgrsRb5b+Lc=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "osxphotos";
+
version = "0.72.1";
pyproject = true;
src = fetchFromGitHub {
owner = "RhetTbull";
repo = "osxphotos";
tag = "v${version}";
+
hash = "sha256-6BUdF2l/C0Zim7ei/t4DKs4RUIDMWikhZmhattYrXmg=";
};
build-system = [ setuptools ];