Merge pull request #214451 from r-ryantm/auto-update/python310Packages.webauthn

python310Packages.webauthn: 1.6.0 -> 1.7.0
This commit is contained in:
Martin Weinelt 2023-02-04 04:01:00 +00:00 committed by GitHub
commit 278bb13b86
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.6.0";
version = "1.7.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-Ts0zKnQg1EaBNB9xQmzOpEVwDSFwHNjIhEP1jTwEOFI=";
hash = "sha256-iAEvWFxJGf4H2PEseG+ykt9sriGyNvbmj4+NZFcPGPk=";
};
propagatedBuildInputs = [