python3Packages.llama-index-graph-stores-nebula: 0.4.1 -> 0.4.2 (#405890)

Changed files
+2 -2
pkgs
development
python-modules
llama-index-graph-stores-nebula
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix
···
buildPythonPackage rec {
pname = "llama-index-graph-stores-nebula";
-
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_graph_stores_nebula";
inherit version;
-
hash = "sha256-0U5DsgojS8i0temD2ehGSOroGwUPIZtUlMDeg4XJaGA=";
};
build-system = [ poetry-core ];
···
buildPythonPackage rec {
pname = "llama-index-graph-stores-nebula";
+
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_graph_stores_nebula";
inherit version;
+
hash = "sha256-0CooGtmDz9OAJ+B543eFbrFTzii5iXwmo0dV4c/E/es=";
};
build-system = [ poetry-core ];