Skip to content

Commit 02d7d25

Browse files
authored
python312Packages.llama-index-graph-stores-neptune: 0.3.0 -> 0.3.1 (#380802)
2 parents 69c2b9f + 29aae62 commit 02d7d25

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-graph-stores-neptune/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-neptune";
13-
version = "0.3.0";
13+
version = "0.3.1";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_graph_stores_neptune";
2020
inherit version;
21-
hash = "sha256-RWrFrV35djxEF9Nfh5Fz5VxQA7Jon7cmxDJXigx2dmQ=";
21+
hash = "sha256-wZRjK/ZFh5lVxya1q0vFvv+VnvGLNljMSvSeflR8Z7I=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)