mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.pymilvus: 2.5.9 -> 2.5.10 (#413105)
This commit is contained in:
commit
7c2910cef8
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymilvus";
|
pname = "pymilvus";
|
||||||
version = "2.5.9";
|
version = "2.5.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "milvus-io";
|
owner = "milvus-io";
|
||||||
repo = "pymilvus";
|
repo = "pymilvus";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-x9qAZay5DoNyfQOpzjfy7/3cyjHwEJiQ441Y+sRyGLw=";
|
hash = "sha256-gxl9SqqFZusv4V/Xud56iz8lyUfITPPF4g4IUIAzl6U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue