Skip to content

Commit 2a60110

Browse files
authored
python3Packages.llama-index-graph-stores-nebula: 0.4.1 -> 0.4.2 (#405890)
2 parents 5c1c000 + fba4b8d commit 2a60110

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-graph-stores-nebula

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-index-graph-stores-nebula";
13-
version = "0.4.1";
13+
version = "0.4.2";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_graph_stores_nebula";
2020
inherit version;
21-
hash = "sha256-0U5DsgojS8i0temD2ehGSOroGwUPIZtUlMDeg4XJaGA=";
21+
hash = "sha256-0CooGtmDz9OAJ+B543eFbrFTzii5iXwmo0dV4c/E/es=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)