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

python310Packages.webauthn: 1.8.1 -> 1.10.1
This commit is contained in:
OTABI Tomoya 2023-09-05 10:31:28 +09:00 committed by GitHub
commit 73da8eb2bb
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.8.1";
version = "1.10.1";
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-ivPLS+kh/H8qLojgc5qh1ndPzSZbzbnm9E+LQGq8+Xs=";
hash = "sha256-ZfHFyjdZeKuKX/aokhB6L93HbBFnlrvuJZ2V4uRmNck=";
};
propagatedBuildInputs = [