python3Packages.llama-index-graph-stores-neptune: 0.4.0 -> 0.4.1

R. Ryantm f557a576 520f41d0

Changed files
+2 -2
pkgs
development
python-modules
llama-index-graph-stores-neptune
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-neptune/default.nix
···
buildPythonPackage rec {
pname = "llama-index-graph-stores-neptune";
-
version = "0.4.0";
+
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_graph_stores_neptune";
inherit version;
-
hash = "sha256-kSAfIh683fwahMjSgp0dYHmNR+NGBr71Q/OFxGtkUTc=";
+
hash = "sha256-plwDD8NBcYqedEoCeYqEZn1kDQZjDpg94jRZJBPjdU8=";
};
build-system = [ hatchling ];