python312Packages.webauthn: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2025-02-06 03:42:44 +00:00
parent ab36ef17c8
commit 669927c1d4

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "webauthn"; pname = "webauthn";
version = "2.5.0"; version = "2.5.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "duo-labs"; owner = "duo-labs";
repo = "py_webauthn"; repo = "py_webauthn";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-XIL2rejPp/5zaPFuWHgn696sugNB3E/BRc7DuP0oI4Q="; hash = "sha256-QXaZeR8PC3fW3KjmVKsupnftznSxLw8b1HvllOAiouk=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];