python311Packages.fido2: 1.1.1 -> 1.1.2

This commit is contained in:
Fabian Affolter
2023-08-23 10:43:32 +02:00
parent 06b2bae611
commit 8233e7c158
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "fido2";
version = "1.1.1";
version = "1.1.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-XcSVyoxZwcM3ODtLjDFNRrktXG/GUOcZhMbX+VQHn8M=";
hash = "sha256-YRDZExBvdhmSAbMtJisoV1YsxGuh0LnFH7zjDck2xXM=";
};
nativeBuildInputs = [ poetry-core ];