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