Commit c5514322 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.llama-index-readers-json: 0.4.1 -> 0.4.2

parent c71c51ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "llama-index-readers-json";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "llama_index_readers_json";
    inherit version;
    hash = "sha256-bV/NsbEkWctLlOwo9r+W7sTzO38VPw2eB21VbXH1sek=";
    hash = "sha256-ggwpTUnfP1aZhAyZ1wTsoNpW52dt0y5/59JT6RSUMNQ=";
  };

  build-system = [ hatchling ];