python311Packages.llama-index-graph-stores-nebula: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2024-05-22 11:07:18 +00:00
parent e69e710edf
commit 6a4c08e202
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-nebula";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_nebula";
inherit version;
hash = "sha256-Xb/0ogj2NlGV4MGC9Be54d/JfalT40jtAe6LOPO1u/8=";
hash = "sha256-Mhej0nslypY1Z99VUrTgl4S9PlrBWbaKvANSwEKTMZk=";
};
build-system = [