python312Packages.llama-index-readers-s3: 0.1.5 -> 0.1.7

This commit is contained in:
Fabian Affolter 2024-04-12 23:42:47 +02:00
parent b008f50607
commit 0aef707601

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-s3";
version = "0.1.5";
version = "0.1.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_s3";
inherit version;
hash = "sha256-x3XaPKxnvYYzrJYDmXIKC9YOAOr1HOU1XnaaHIuQnhk=";
hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8=";
};
build-system = [