python311Packages.qdrant-client: 1.6.0 -> 1.6.2

This commit is contained in:
R. Ryantm 2023-10-17 21:11:40 +00:00 committed by Yt
parent 7384a06fc9
commit a333ac53b7

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qdrant-client";
version = "1.6.0";
version = "1.6.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-N1qvckOzmCKLoHumeFSs2293eZGhrbfOWhN9/vxeX8s=";
hash = "sha256-UGD8hl0KN6PzLvmE4ZK+GsQbM3Bp8t9Mz4K62N6Zv/s=";
};
nativeBuildInputs = [