mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
Merge pull request #291734 from jfly/update-kikit
kikit: 1.4.0 -> 1.5.0
This commit is contained in:
commit
25d428ef16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user