python313Packages.llama-cloud: 0.1.23 -> 0.1.26

This commit is contained in:
Fabian Affolter
2025-06-26 22:29:44 +02:00
parent 2012441404
commit 702b5aba06
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-cloud";
version = "0.1.23";
version = "0.1.26";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_cloud";
inherit version;
hash = "sha256-PYSiSoYPBG05oQbAZ0LsDqOaV0rEK7+RcG/gJfROIz4=";
hash = "sha256-swf5GxrZcYm1J4EZrErWZZMbZfJA+2Q7PjhNCh/IH1Y=";
};
build-system = [ poetry-core ];