python311Packages.llama-index-readers-file: 0.1.13 -> 0.1.15

This commit is contained in:
R. Ryantm 2024-04-09 05:43:16 +00:00
parent f6eb921406
commit b94acc38a6
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.1.13";
version = "0.1.15";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-gw8G7Hs0Q3/Du18mjSNcXHZAKWrbFI2Pkid9zrfwhG0=";
hash = "sha256-mAh9mDofLSaWGAUhfxPSSw8jy76OMtIyeuhrHuZo07I=";
};
pythonRelaxDeps = [