Loading pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,21 +5,18 @@ grpcio, hatchling, llama-index-core, pythonOlder, qdrant-client, }: buildPythonPackage rec { pname = "llama-index-vector-stores-qdrant"; version = "0.8.7"; version = "0.9.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "llama_index_vector_stores_qdrant"; inherit version; hash = "sha256-sH16fVNt2iT0DjBn0lBYdAle7Y84165IG2/B8eVb1+I="; hash = "sha256-TXBHk/0B4XOtzakCVG5d8aeSgYdoaqSDDWi4j3yMIy0="; }; build-system = [ hatchling ]; Loading Loading
pkgs/development/python-modules/llama-index-vector-stores-qdrant/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -5,21 +5,18 @@ grpcio, hatchling, llama-index-core, pythonOlder, qdrant-client, }: buildPythonPackage rec { pname = "llama-index-vector-stores-qdrant"; version = "0.8.7"; version = "0.9.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "llama_index_vector_stores_qdrant"; inherit version; hash = "sha256-sH16fVNt2iT0DjBn0lBYdAle7Y84165IG2/B8eVb1+I="; hash = "sha256-TXBHk/0B4XOtzakCVG5d8aeSgYdoaqSDDWi4j3yMIy0="; }; build-system = [ hatchling ]; Loading