Unverified Commit 9dc7035b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.llama-index-readers-json: 0.4.1 -> 0.4.2 (#449385)

parents 5c18ac02 c5514322
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 ];