python312Packages.fido2: 1.1.3 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-11-27 15:30:54 +00:00
parent 722661d33b
commit 99799235a7

View File

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fido2"; pname = "fido2";
version = "1.1.3"; version = "1.2.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-JhAPIm0SztYhymGYUozhft9nt430KHruEoX+481aqfw="; hash = "sha256-45+VkgEi1kKD/aXlWB2VogbnBPpChGv6RmL4aqDTMzs=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];