python312Packages.llama-index-readers-file: 0.4.4 -> 0.4.5 (#383329)

This commit is contained in:
Fabian Affolter
2025-02-19 20:50:55 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-4Haz+h5o7qFZTUfOwfZLOE+2Bn8ml8qKriK0ohrSfKc=";
hash = "sha256-POXIrX8oW7f/goxbLiAIiFasZc+WZAKH7Kdwtpoh34g=";
};
pythonRelaxDeps = [