python3Packages.deepface: 0.0.94 -> 0.0.95

This commit is contained in:
R. Ryantm
2025-10-07 15:29:19 +00:00
parent 04bd2c1dba
commit 05e915fafc
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "deepface";
version = "0.0.94";
version = "0.0.95";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "serengil";
repo = "deepface";
tag = "v${version}";
hash = "sha256-jtDj1j2STjoEW6MdQai6ZuRYVmLo0Ga+VPJ01105Byc=";
hash = "sha256-BLbDW/NBeLKFcijMSeYfYxSFmqfG8WYHbVQpFyvMEZY=";
};
postPatch = ''