python311Packages.redis-om: 0.2.2 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-05-08 11:50:02 +00:00
parent 3645b258dd
commit e3b24d9b6d
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "redis-om";
version = "0.2.2";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "redis";
repo = "redis-om-python";
rev = "refs/tags/v${version}";
hash = "sha256-E11wpTrE+HIT+jgn1zMC8L7RGas83DAJd1R0WWHp7Jc=";
hash = "sha256-jwFtRnj/jhH+AKjExdOCgUfgEWweFCXVuz6F3qQRcs0=";
};
build-system = [