Unverified Commit 06afddb1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pylink-square: 1.3.0 -> 1.4.0

parent 867ca47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };