Merge pull request #332275 from r-ryantm/auto-update/python312Packages.osxphotos

python312Packages.osxphotos: 0.68.2 -> 0.68.3
This commit is contained in:
OTABI Tomoya 2024-08-05 23:42:55 +09:00 committed by GitHub
commit ca23746c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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