Merge pull request #229994 from fabaff/webauthn-bump

python311Packages.webauthn: 1.7.2 -> 1.8.1
This commit is contained in:
Fabian Affolter
2023-05-05 08:17:28 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "webauthn";
version = "1.7.2";
version = "1.8.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-B8GdtaufMMl0gHywZ00wNyYZ+rojrExKuQsA/vmbYRI=";
hash = "sha256-ivPLS+kh/H8qLojgc5qh1ndPzSZbzbnm9E+LQGq8+Xs=";
};
propagatedBuildInputs = [