Skip to content

Commit deb4f62

Browse files
authored
python312Packages.qdrant-client: 1.12.1 -> 1.12.2 (#373671)
2 parents b94882a + f47d2a2 commit deb4f62

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/qdrant-client

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/qdrant-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "qdrant-client";
21-
version = "1.12.1";
21+
version = "1.12.2";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "qdrant";
2828
repo = "qdrant-client";
2929
tag = "v${version}";
30-
hash = "sha256-rElbGIXnhkHaAvtneEMhyyhySFlT4UT/vhhIlRD3xT0=";
30+
hash = "sha256-oQrT3J+A0FvggAYhZ25MwOpfN3WryTG/Tkgygc7g3Ew=";
3131
};
3232

3333
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)