open-fprintd: 0.6 -> 0.7

VuiMuich 61ed7cdf 7111859f

+2 -2
+2 -2
pkgs/by-name/op/open-fprintd/package.nix
··· 8 8 9 9 python3Packages.buildPythonPackage rec { 10 10 pname = "open-fprintd"; 11 - version = "0.6"; 11 + version = "0.7"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "uunicorn"; 16 16 repo = "open-fprintd"; 17 17 rev = version; 18 - hash = "sha256-uVFuwtsmR/9epoqot3lJ/5v5OuJjuRjL7FJF7oXNDzU="; 18 + hash = "sha256-4TraOKvBc7ddqcY73aCuKgfwx4fNoaPHVG8so8Dc5Bw="; 19 19 }; 20 20 21 21 nativeBuildInputs = [