We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c2b9f + 29aae62 commit 02d7d25Copy full SHA for 02d7d25
pkgs/development/python-modules/llama-index-graph-stores-neptune/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-graph-stores-neptune";
13
- version = "0.3.0";
+ version = "0.3.1";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_graph_stores_neptune";
20
inherit version;
21
- hash = "sha256-RWrFrV35djxEF9Nfh5Fz5VxQA7Jon7cmxDJXigx2dmQ=";
+ hash = "sha256-wZRjK/ZFh5lVxya1q0vFvv+VnvGLNljMSvSeflR8Z7I=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments