open-fprintd: 0.6 -> 0.7

This commit is contained in:
VuiMuich
2025-07-14 15:13:02 +02:00
parent 7111859f48
commit 61ed7cdf69
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonPackage rec {
pname = "open-fprintd";
version = "0.6";
version = "0.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "uunicorn";
repo = "open-fprintd";
rev = version;
hash = "sha256-uVFuwtsmR/9epoqot3lJ/5v5OuJjuRjL7FJF7oXNDzU=";
hash = "sha256-4TraOKvBc7ddqcY73aCuKgfwx4fNoaPHVG8so8Dc5Bw=";
};
nativeBuildInputs = [