python3Packages.mindsdb-evaluator: 0.0.20 -> 0.0.21
https://github.com/mindsdb/mindsdb_evaluator/releases/tag/v0.0.21 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mindsdb-evaluator";
|
||||
version = "0.0.20";
|
||||
version = "0.0.21";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mindsdb";
|
||||
repo = "mindsdb_evaluator";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ZeJABMbyRdGrZGkWWXcjleOeDQBSicGR06hZAPUKvgI=";
|
||||
hash = "sha256-eUdGtHLbI6T7HsUqkVkTp040pbq7qVzgaldQxPAzjTc=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user