Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.webauthn 2.2.0 -> 2.4.0 #367457

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
python312Packages.webauthn: remove with lib
  • Loading branch information
aucub committed Dec 23, 2024
commit bc7b9334953070d10afce3b3468be69bb70cf667
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/webauthn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ buildPythonPackage rec {
#"test_throws_on_bad_root_cert"
];

meta = with lib; {
meta = {
description = "Implementation of the WebAuthn API";
homepage = "https://github.com/duo-labs/py_webauthn";
changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
license = lib.licenses.bsd3;
maintainers = [ ];
};
}