python3Packages.deepface: 0.0.96 -> 0.0.97

https://github.com/serengil/deepface/releases/tag/v0.0.97

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:56 +01:00
parent cac66b1b1d
commit 7798a0a559
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "deepface";
version = "0.0.96";
version = "0.0.97";
pyproject = true;
src = fetchFromGitHub {
owner = "serengil";
repo = "deepface";
tag = "v${version}";
hash = "sha256-UusTzMZl7ITKFbMTZI457Y2K9knO2U1n9LurJZhUJ0A=";
hash = "sha256-TstY/ZxKzXCQ0e+mFNkg+y0rMDBJNz++MwXPZnsD0IA=";
};
postPatch = ''