python310Packages.pymilvus: 2.2.15 -> 2.3.0

This commit is contained in:
R. Ryantm 2023-09-05 21:12:29 +00:00 committed by Yt
parent 6810843def
commit 9f052e1393

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pymilvus";
version = "2.2.15";
version = "2.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "milvus-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wwhgO2iCzPXobyZI0narHPn2WCAB9sS1+AoLrP1Ih6Q=";
hash = "sha256-hp00iUT1atyTQk532z7VAajpfvtnKE8W2la9MW7NxoE=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;