Skip to content

Commit da1467e

Browse files
committed
python312Packages.llama-cloud: 0.1.13 -> 0.1.14
1 parent d3ea071 commit da1467e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-cloud/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "llama-cloud";
13-
version = "0.1.13";
13+
version = "0.1.14";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_cloud";
2020
inherit version;
21-
hash = "sha256-y2Ui+9D15MHNKCXnC7lD0NiRaBbiMqXOO+OnJy8ymow=";
21+
hash = "sha256-kHQaGbqWln+iSECEko4yaulXc2eAoVtnvDrV9S6UeC0=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)