Skip to content

Commit

Permalink
python312Packages.webauthn: 2.2.0 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 23, 2024
1 parent c5164e5 commit abd19bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/webauthn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@

buildPythonPackage rec {
pname = "webauthn";
version = "2.2.0";
version = "2.4.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "duo-labs";
repo = "py_webauthn";
rev = "refs/tags/v${version}";
hash = "sha256-NBCR5GwmXA6COP9NOYnoD3l1vuOpym/kyNawd8FstLc=";
tag = "v${version}";
hash = "sha256-5WSNrUm+V7KHoWYy2NCpb/C9x5+vIb7ddEpAcv2UQZo=";
};

build-system = [ setuptools ];

propagatedBuildInputs = [
dependencies = [
asn1crypto
cbor2
cryptography
Expand Down

0 comments on commit abd19bf

Please sign in to comment.