We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b94882a + f47d2a2 commit deb4f62Copy full SHA for deb4f62
pkgs/development/python-modules/qdrant-client/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "qdrant-client";
21
- version = "1.12.1";
+ version = "1.12.2";
22
pyproject = true;
23
24
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "qdrant";
28
repo = "qdrant-client";
29
tag = "v${version}";
30
- hash = "sha256-rElbGIXnhkHaAvtneEMhyyhySFlT4UT/vhhIlRD3xT0=";
+ hash = "sha256-oQrT3J+A0FvggAYhZ25MwOpfN3WryTG/Tkgygc7g3Ew=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments