python312Packages.redis-om: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2024-08-07 02:39:51 +00:00
parent 60c217585b
commit 0d805fdbbf
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "redis-om";
version = "0.3.1";
version = "0.3.2";
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-jwFtRnj/jhH+AKjExdOCgUfgEWweFCXVuz6F3qQRcs0=";
hash = "sha256-FN39Db94Z7z3luCDKi8b4Ku7bFwxEOXtBT5aXbDGVtw=";
};
build-system = [