python311Packages.llama-index-readers-s3: 0.1.7 -> 0.1.8

This commit is contained in:
Fabian Affolter 2024-05-24 22:55:29 +02:00
parent 1e8f54cc5f
commit aaacfab05b

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-readers-s3";
version = "0.1.7";
version = "0.1.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_readers_s3";
inherit version;
hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8=";
hash = "sha256-O8V9b52gcsWm0bfHlNThIvxPox7d+qK4KzvPWT0fkGc=";
};
build-system = [ poetry-core ];