python312Packages.llama-index-readers-file: 0.4.4 -> 0.4.5

This commit is contained in:
Fabian Affolter
2025-02-19 11:25:00 +01:00
parent d254fd973c
commit 44024d594b
@@ -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 = [