python3Packages.pylink-square: 1.3.0 -> 1.4.0

https://github.com/square/pylink/blob/v1.4.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:44 +01:00
parent 867ca47b99
commit 06afddb11b
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python interface for the SEGGER J-Link";
homepage = "https://github.com/square/pylink";
changelog = "https://github.com/square/pylink/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/square/pylink/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ dump_stack ];
};