python313Packages.llama-cloud: 0.1.22 -> 0.1.23

This commit is contained in:
Fabian Affolter
2025-05-28 23:18:59 +02:00
parent 11cfd5642a
commit 5c3103f62c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.22";
version = "0.1.23";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-XZOCc2ktpQ9zMBqt/tG0sQ+U3767nx4THAMeAz67Kn8=";
hash = "sha256-PYSiSoYPBG05oQbAZ0LsDqOaV0rEK7+RcG/gJfROIz4=";
};
build-system = [ poetry-core ];