python310Packages.webauthn: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-07-14 16:50:24 +00:00
parent 81519a8314
commit dc13aaf078

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "webauthn";
version = "1.5.2";
version = "1.6.0";
disabled = pythonOlder "3";
src = fetchFromGitHub {
owner = "duo-labs";
repo = "py_webauthn";
rev = "v${version}";
sha256 = "sha256-sjl65vx1VthVX6ED3lXXAcn2D5WzzGAINKBjCc10rcs=";
rev = "refs/tags/v${version}";
sha256 = "sha256-Ts0zKnQg1EaBNB9xQmzOpEVwDSFwHNjIhEP1jTwEOFI=";
};
propagatedBuildInputs = [