Merge pull request #181494 from r-ryantm/auto-update/python3.10-webauthn

python310Packages.webauthn: 1.5.2 -> 1.6.0
This commit is contained in:
Sandro 2022-07-14 20:19:23 +02:00 committed by GitHub
commit b0a1f22b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [