python312Packages.llama-index-graph-stores-neptune: 0.3.0 -> 0.3.1 (#380802)

authored by

Fabian Affolter and committed by
GitHub
02d7d252 69c2b9fb

+2 -2
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-neptune/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "llama-index-graph-stores-neptune"; 13 - version = "0.3.0"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "llama_index_graph_stores_neptune"; 20 inherit version; 21 - hash = "sha256-RWrFrV35djxEF9Nfh5Fz5VxQA7Jon7cmxDJXigx2dmQ="; 22 }; 23 24 build-system = [ poetry-core ];
··· 10 11 buildPythonPackage rec { 12 pname = "llama-index-graph-stores-neptune"; 13 + version = "0.3.1"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "llama_index_graph_stores_neptune"; 20 inherit version; 21 + hash = "sha256-wZRjK/ZFh5lVxya1q0vFvv+VnvGLNljMSvSeflR8Z7I="; 22 }; 23 24 build-system = [ poetry-core ];