python3Packages.llama-index-readers-json: 0.4.0 -> 0.4.1 (#444120)

This commit is contained in:
Fabian Affolter
2025-09-19 08:54:18 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-json";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_json";
inherit version;
hash = "sha256-ThQWERdEzPIAUaYWQDkSJdIIvixrKv0eN4LGRaNaS3U=";
hash = "sha256-bV/NsbEkWctLlOwo9r+W7sTzO38VPw2eB21VbXH1sek=";
};
build-system = [ hatchling ];