Skip to content

Commit

Permalink
python312Packages.qdrant-client: 1.11.1 -> 1.11.2 (NixOS#343094)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Sep 19, 2024
2 parents e73fd4a + 5bba5c2 commit 7f17789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qdrant-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "qdrant-client";
version = "1.11.1";
version = "1.11.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "qdrant-client";
rev = "refs/tags/v${version}";
hash = "sha256-NIGmQMtGvm6zifYJIMFx+d9w9IZmQUAqieBo/3JmYbM=";
hash = "sha256-DVyaBQ8r52H9q2NNDsplfPxoxwZeK3pHNfnyw9a9hvw=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 7f17789

Please sign in to comment.