Merge pull request #258124 from r-ryantm/auto-update/python311Packages.webauthn

python311Packages.webauthn: 1.10.1 -> 1.11.0
This commit is contained in:
Mario Rodas 2023-10-01 08:10:52 -05:00 committed by GitHub
commit d60bb0aeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "webauthn";
version = "1.10.1";
version = "1.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "duo-labs";
repo = "py_webauthn";
rev = "refs/tags/v${version}";
hash = "sha256-ZfHFyjdZeKuKX/aokhB6L93HbBFnlrvuJZ2V4uRmNck=";
hash = "sha256-mZBnTmjlmR9jOOmu6uY114UZpm05ny2ZMEF0NXhVrME=";
};
propagatedBuildInputs = [