Skip to content

Commit 1db607d

Browse files
committed
python312Packages.llama-parse: 0.5.17 -> 0.5.19
1 parent fc604cf commit 1db607d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "llama-parse";
12-
version = "0.5.17";
12+
version = "0.5.19";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
1616

1717
src = fetchPypi {
1818
pname = "llama_parse";
1919
inherit version;
20-
hash = "sha256-K6JwDKOxXoTvBy/ty7/q4vwTzntj/uIPzVJJ5vzb04E=";
20+
hash = "sha256-22nacOGZomZHBeuYOnD6krfO4Z3Wz/F1r3aSoLik3VM=";
2121
};
2222

2323
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)