python3Packages.redis: 7.2.1 -> 7.3.0

Diff: https://github.com/redis/redis-py/compare/v7.2.1...v7.3.0

Changelog: https://github.com/redis/redis-py/releases/tag/v7.3.0
This commit is contained in:
Robert Schütz
2026-03-15 11:05:32 -07:00
parent 3e72182ee9
commit 0e3c5266f0
@@ -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 ];