Skip to content

Commit

Permalink
python311Packages.llama-index-cli: 0.1.12 -> 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 4, 2024
1 parent b7ac9d1 commit 7f2b205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llama-index-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildPythonPackage rec {
pname = "llama-index-cli";
version = "0.1.12";
version = "0.1.13";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_cli";
inherit version;
hash = "sha256-PPH3BsPGnGsaqwf8p/qtOVnbFwmAjv1QSRtmnTiwtYA=";
hash = "sha256-hhR97UQ5+6sdbHwNcujyMdKTXan99cnT8N3k811Eqlk=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 7f2b205

Please sign in to comment.