python310Packages.webauthn: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2023-02-04 01:20:27 +00:00
parent 235c54cf44
commit 3baab7835f
@@ -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 = [