python312Packages.llama-index-readers-file: 0.1.21 -> 0.1.22

This commit is contained in:
Fabian Affolter 2024-05-10 10:17:27 +02:00
parent 01c62b994a
commit 67e10f7b65

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-file";
version = "0.1.21";
version = "0.1.22";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_file";
inherit version;
hash = "sha256-8hnCUleaOHKlGtNpRHggmE5XAs2hEXqp6oSo2Cg0dto=";
hash = "sha256-N95UrQz73GB8GVUyuaKSQXpHFPV3c1cLhwJ7jcOB8OI=";
};
pythonRelaxDeps = [