python3Packages.redis: 7.2.1 -> 7.3.0 (#500167)

This commit is contained in:
dotlambda
2026-03-17 02:21:09 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "redis";
version = "7.2.1";
version = "7.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "redis";
repo = "redis-py";
tag = "v${version}";
hash = "sha256-25FTKtGWTO8A2LFLk6DU0ebFKIrWrE8To0ex8jOn8+A=";
hash = "sha256-xw/36z7p6EvGSJ8sIjI8UjIUp+/opOlWAMjeYxU795E=";
};
build-system = [ hatchling ];