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:
Martin Weinelt
2025-01-27 10:57:53 +01:00
parent 01ac2f097d
commit ad5eaba3ef
@@ -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 = [ ];
};