Merge pull request #335936 from r-ryantm/auto-update/python312Packages.osxphotos
python312Packages.osxphotos: 0.68.4 -> 0.68.5
This commit is contained in:
commit
5b4a9797ae
@ -35,14 +35,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "osxphotos";
|
pname = "osxphotos";
|
||||||
version = "0.68.4";
|
version = "0.68.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RhetTbull";
|
owner = "RhetTbull";
|
||||||
repo = "osxphotos";
|
repo = "osxphotos";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-bafEZ+6ck+LOm6eS+IjI6GFYh3OHpLUWrg0zJ4eb9Mg=";
|
hash = "sha256-JhtbbtiCxIGurRAFvk7UP9qzyXw1CCaGlyLHGs/G/uE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user