python3Packages.llama-index-graph-stores-nebula: 0.4.1 -> 0.4.2

R. Ryantm fba4b8d5 c3f9e1d1

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "llama-index-graph-stores-nebula"; 13 - version = "0.4.1"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "llama_index_graph_stores_nebula"; 20 inherit version; 21 - hash = "sha256-0U5DsgojS8i0temD2ehGSOroGwUPIZtUlMDeg4XJaGA="; 22 }; 23 24 build-system = [ poetry-core ];
··· 10 11 buildPythonPackage rec { 12 pname = "llama-index-graph-stores-nebula"; 13 + version = "0.4.2"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "llama_index_graph_stores_nebula"; 20 inherit version; 21 + hash = "sha256-0CooGtmDz9OAJ+B543eFbrFTzii5iXwmo0dV4c/E/es="; 22 }; 23 24 build-system = [ poetry-core ];