Unverified Commit 6fa25e18 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.webauthn: 2.5.1 -> 2.5.2 (#394099)

parents d50d1e0e 50b5c627
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "webauthn";
  version = "2.5.1";
  version = "2.5.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "duo-labs";
    repo = "py_webauthn";
    tag = "v${version}";
    hash = "sha256-QXaZeR8PC3fW3KjmVKsupnftznSxLw8b1HvllOAiouk=";
    hash = "sha256-r7enalDiFQDzjiLGuetXIJxFAUSGpWCnrCO/q5lkO10=";
  };

  build-system = [ setuptools ];