python3Packages.webauthn: 2.4.0 -> 2.5.0
https://github.com/duo-labs/py_webauthn/blob/v2.5.0/CHANGELOG.md
This commit is contained in:
@@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
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";
|
||||
changelog = "https://github.com/duo-labs/py_webauthn/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user