Skip to content

Commit

Permalink
Merge pull request #285831 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.qdrant-client

python311Packages.qdrant-client: 1.7.1 -> 1.7.2
  • Loading branch information
happysalada authored Feb 2, 2024
2 parents e547913 + 29a1b5b commit e92b601
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 e92b601

Please sign in to comment.