python3Packages.deepface: 0.0.97 -> 0.0.100

This commit is contained in:
R. Ryantm
2026-05-13 09:35:10 +00:00
parent 20e26bfefa
commit 083465fed9

View File

@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "deepface";
version = "0.0.97";
version = "0.0.100";
pyproject = true;
src = fetchFromGitHub {
owner = "serengil";
repo = "deepface";
tag = "v${version}";
hash = "sha256-TstY/ZxKzXCQ0e+mFNkg+y0rMDBJNz++MwXPZnsD0IA=";
hash = "sha256-DfymSylAlw2cordGYZTHPbi3AzMg18y9VPDPeZ81c6A=";
};
postPatch = ''