We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aed8572 + e1698c1 commit a4e4505Copy full SHA for a4e4505
pkgs/development/python-modules/llama-index-llms-ollama/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "llama-index-llms-ollama";
13
- version = "0.5.3";
+ version = "0.5.4";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "llama_index_llms_ollama";
20
inherit version;
21
- hash = "sha256-FxbGOJoFDcgVLIWTZU+uyRdqrbzNExRce7D2aJz+wOs=";
+ hash = "sha256-5efnpOZUeMdikG0I9ZRkfYFI/9wyrpCNVrc8DfjqBPI=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments