python3Packages.pymilvus: 2.3.0 -> 2.3.3
https://github.com/milvus-io/pymilvus/releases/tag/v2.3.3
This commit is contained in:
parent
d115129d17
commit
6792caba20
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymilvus";
|
||||
version = "2.3.0";
|
||||
version = "2.3.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "milvus-io";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-hp00iUT1atyTQk532z7VAajpfvtnKE8W2la9MW7NxoE=";
|
||||
hash = "sha256-qnm6JaeF2Li2NgVGZ6yJ2yz1n3pVZqkF4Ee+q4v/kdA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user