nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.llama-index-vector-stores-qdrant: 0.6.1 -> 0.7.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "llama-index-vector-stores-qdrant"; 14 - version = "0.6.1"; 14 + version = "0.7.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 19 19 src = fetchPypi { 20 20 pname = "llama_index_vector_stores_qdrant"; 21 21 inherit version; 22 - hash = "sha256-14hQ/MCrwf1tucVprPbo2mLRuBWaHI0S515sbNB3Q1I="; 22 + hash = "sha256-1RpWHcWq0nDEu+1yNwzqkALkty0AOOxbRl9rzbZ7EhM="; 23 23 }; 24 24 25 25 build-system = [ hatchling ];