Unverified Commit 379aa48b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.webauthn: 2.6.0 -> 2.7.0 (#440837)

parents 5efa8dda d561e9a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "webauthn";
  version = "2.6.0";
  version = "2.7.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "duo-labs";
    repo = "py_webauthn";
    tag = "v${version}";
    hash = "sha256-TMEwgEXkd2ZTd3jWv94IS+GiGb8vdwourWWXWcnXpcg=";
    hash = "sha256-aZDptKJPFU6Oo4vKkIWkqkJ5ogDe5x3v7PAQRixWFe4=";
  };

  build-system = [ setuptools ];