Skip to content

Commit a4e4505

Browse files
authored
python312Packages.llama-index-llms-ollama: 0.5.3 -> 0.5.4 (#395613)
2 parents aed8572 + e1698c1 commit a4e4505

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/llama-index-llms-ollama

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llama-index-llms-ollama/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-index-llms-ollama";
13-
version = "0.5.3";
13+
version = "0.5.4";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "llama_index_llms_ollama";
2020
inherit version;
21-
hash = "sha256-FxbGOJoFDcgVLIWTZU+uyRdqrbzNExRce7D2aJz+wOs=";
21+
hash = "sha256-5efnpOZUeMdikG0I9ZRkfYFI/9wyrpCNVrc8DfjqBPI=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)