From a9388b8af4ba1e49b05e2df9ce68b996baf45bd9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 May 2023 23:50:35 +0200 Subject: [PATCH] python311Packages.webauthn: 1.7.2 -> 1.8.1 Diff: https://github.com/duo-labs/py_webauthn/compare/refs/tags/v1.7.2...v1.8.1 Changelog: https://github.com/duo-labs/py_webauthn/blob/v1.8.1/CHANGELOG.md --- pkgs/development/python-modules/webauthn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/webauthn/default.nix b/pkgs/development/python-modules/webauthn/default.nix index c302eb9194d3..6d39ed74dda3 100644 --- a/pkgs/development/python-modules/webauthn/default.nix +++ b/pkgs/development/python-modules/webauthn/default.nix @@ -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 = [