python311Packages.fido2: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2024-03-24 21:57:16 +00:00
parent cba6cf337c
commit a5e78c3ddc
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "fido2";
version = "1.1.2";
version = "1.1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YRDZExBvdhmSAbMtJisoV1YsxGuh0LnFH7zjDck2xXM=";
hash = "sha256-JhAPIm0SztYhymGYUozhft9nt430KHruEoX+481aqfw=";
};
nativeBuildInputs = [