about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-20 20:17:40 +0200
committerGitHub <noreply@github.com>2024-06-20 20:17:40 +0200
commitc8648a49e1c31e17fda777de4dcddf3c03f0c745 (patch)
tree60e9475fb0c70135a8058a5e3503b603e2971c45
parentb9f512b1555709c175a40145e2a956b35319dee1 (diff)
parent757b3bfbbba50c4ba7bec96478f8e736f2dde298 (diff)
Merge pull request #321211 from fabaff/llama-index-core-bump
python311Packages.llama-index-core: 0.10.46 -> 0.10.47
-rw-r--r--pkgs/development/python-modules/llama-index-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix
index 542aa1e9e184b..729fc0ac0d626 100644
--- a/pkgs/development/python-modules/llama-index-core/default.nix
+++ b/pkgs/development/python-modules/llama-index-core/default.nix
@@ -46,7 +46,7 @@ in
 
 buildPythonPackage rec {
   pname = "llama-index-core";
-  version = "0.10.46";
+  version = "0.10.47";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
     owner = "run-llama";
     repo = "llama_index";
     rev = "refs/tags/v${version}";
-    hash = "sha256-k9SltX3QvrCYszyJqfpzhuI0JwpzsVTMkK3pIX/wyrg=";
+    hash = "sha256-Rq7Mz9aN6SHLZ5UzDb2i90j7wP+SlYJa9b14Yu00Cuc=";
   };
 
   sourceRoot = "${src.name}/${pname}";