python3Packages.hiredis: 3.1.1 -> 3.2.1 (#412811)

This commit is contained in:
Weijia Wang
2025-06-29 20:53:39 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "hiredis";
version = "3.1.1";
version = "3.2.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
repo = "hiredis-py";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-z28fBGqZE88vQuJfb39AEN3hGEZMz5gq71IdlpO5VAg=";
hash = "sha256-WaHjqp/18FquYU2H9ftPQSyunLMG29FVpu3maB3/0bs=";
};
build-system = [ setuptools ];