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

python312Packages.osxphotos: 0.68.3 -> 0.68.4
This commit is contained in:
Jörg Thalheim
2024-08-14 21:03:02 +02:00
committed by GitHub
@@ -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 ];