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 10 11 11 buildPythonPackage rec { 12 12 pname = "llama-index-graph-stores-nebula"; 13 - version = "0.4.1"; 13 + version = "0.4.2"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 18 18 src = fetchPypi { 19 19 pname = "llama_index_graph_stores_nebula"; 20 20 inherit version; 21 - hash = "sha256-0U5DsgojS8i0temD2ehGSOroGwUPIZtUlMDeg4XJaGA="; 21 + hash = "sha256-0CooGtmDz9OAJ+B543eFbrFTzii5iXwmo0dV4c/E/es="; 22 22 }; 23 23 24 24 build-system = [ poetry-core ];