Merge pull request #332873 from r-ryantm/auto-update/python312Packages.redis-om

python312Packages.redis-om: 0.3.1 -> 0.3.2
This commit is contained in:
OTABI Tomoya
2024-08-07 13:44:46 +09:00
committed by GitHub
@@ -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 = [