Merge pull request #291734 from jfly/update-kikit

kikit: 1.4.0 -> 1.5.0
This commit is contained in:
Pol Dellaiera 2024-03-11 22:35:14 +01:00 committed by GitHub
commit 25d428ef16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
, numpy
, click
, markdown2
, openscad
, pytestCheckHook
, commentjson
, wxpython
@ -23,7 +24,7 @@ let
in
buildPythonApplication rec {
pname = "kikit";
version = "1.4.0";
version = "1.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -32,7 +33,7 @@ buildPythonApplication rec {
owner = "yaqwsx";
repo = "KiKit";
rev = "refs/tags/v${version}";
hash = "sha256-88/1bL3MtawR/8P8U1jHatMbq+JxF1qb+plH3rYh1qU=";
hash = "sha256-f8FB6EEy9Ch4LcMKd9PADXV9QrSb7e22Ui86G6AnQKE=";
};
propagatedBuildInputs = [
@ -40,6 +41,9 @@ buildPythonApplication rec {
numpy
click
markdown2
# OpenSCAD is an optional dependency (see
# https://github.com/yaqwsx/KiKit/blob/v1.5.0/docs/installation/intro.md#optional-dependencies).
openscad
commentjson
# https://github.com/yaqwsx/KiKit/issues/575
wxpython