mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
python3Packages.kserve: 0.15.1 -> 0.15.2 (#413489)
This commit is contained in:
commit
3e43f15715
1 changed files with 3 additions and 3 deletions
|
@ -54,14 +54,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "kserve";
|
pname = "kserve";
|
||||||
version = "0.15.1";
|
version = "0.15.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kserve";
|
owner = "kserve";
|
||||||
repo = "kserve";
|
repo = "kserve";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-k+uyOhsxWPpiA82wCCEn53W2VQgSHGgSABFipEPErRk=";
|
hash = "sha256-NklR2Aoa5UdWkqNOfX+xl3R158JDSQtStXv9DkklOwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/python/kserve";
|
sourceRoot = "${src.name}/python/kserve";
|
||||||
|
@ -176,7 +176,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Standardized Serverless ML Inference Platform on Kubernetes";
|
description = "Standardized Serverless ML Inference Platform on Kubernetes";
|
||||||
homepage = "https://github.com/kserve/kserve/tree/master/python/kserve";
|
homepage = "https://github.com/kserve/kserve/tree/master/python/kserve";
|
||||||
changelog = "https://github.com/kserve/kserve/releases/tag/v${version}";
|
changelog = "https://github.com/kserve/kserve/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue