kikit: 1.7.1 -> 1.7.2

changelog: https://github.com/yaqwsx/KiKit/releases/tag/v1.7.2

This brings in support for KiCAD v9:
https://github.com/yaqwsx/KiKit/releases/tag/v1.7.2, as [we upgraded to
KiCAD v9 recently](https://github.com/NixOS/nixpkgs/pull/384150).
This commit is contained in:
Jeremy Fleischman 2025-04-01 10:16:53 -05:00
parent cb51a6a99a
commit a5f347c409
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ let
in
buildPythonApplication rec {
pname = "kikit";
version = "1.7.1";
version = "1.7.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonApplication rec {
owner = "yaqwsx";
repo = "KiKit";
tag = "v${version}";
hash = "sha256-GG0OXPoTy219QefQ7GwMen4u66lPob5DI8lU9sqwaRQ=";
hash = "sha256-mwe/CajmQD5nDNYtQXRQm4vIJJiY7P5uFrvn8Ngjqc4=";
};
build-system = [