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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user