python312Packages.osxphotos: 0.68.3 -> 0.68.4

This commit is contained in:
R. Ryantm 2024-08-12 10:45:15 +00:00
parent 164d4463df
commit 1a2e0496c6

View File

@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "osxphotos";
version = "0.68.3";
version = "0.68.4";
pyproject = true;
src = fetchFromGitHub {
owner = "RhetTbull";
repo = "osxphotos";
rev = "refs/tags/v${version}";
hash = "sha256-KgdKqmrWPr0kBtIB80BMmLUAmf7CpA7JJeE4DjLal78=";
hash = "sha256-bafEZ+6ck+LOm6eS+IjI6GFYh3OHpLUWrg0zJ4eb9Mg=";
};
build-system = [ setuptools ];