open-fprintd: 0.6 -> 0.7 (#417901)

This commit is contained in:
Wolfgang Walther
2025-07-14 13:37:31 +00:00
committed by GitHub
+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 = [