python3Packages.redisvl: 0.22.0 -> 0.23.0 (#538574)

This commit is contained in:
Yohann Boniface
2026-07-07 23:00:11 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "redisvl";
version = "0.22.0";
version = "0.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "redis";
repo = "redis-vl-python";
tag = "v${finalAttrs.version}";
hash = "sha256-0RgGNG6u6ZNraCd7YV10tajDYPHBIi7TbOYsbTR0tk8=";
hash = "sha256-8BLt/9Wozvf8SIgwVJedG+T7VwWltEL8Lk922BhwmRM=";
};
build-system = [ hatchling ];