Skip to content

Commit

Permalink
python311Packages.qdrant-client: 1.7.1 -> 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 2, 2024
1 parent 390566a commit 29a1b5b
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.7.1";
version = "1.7.2";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HQJgiy0tBOdXveNzrJcWcnGZAp9eHu3qRjgONj4aTQg=";
hash = "sha256-nGZV8ORThVxH+Q1xfpqUwPGw6LUoTZXj4KgfTLCvUEc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 29a1b5b

Please sign in to comment.