python3Packages.hiredis: 3.2.1 -> 3.3.0 (#453097)

This commit is contained in:
dotlambda
2025-12-05 21:59:25 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "hiredis";
version = "3.2.1";
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
repo = "hiredis-py";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-WaHjqp/18FquYU2H9ftPQSyunLMG29FVpu3maB3/0bs=";
hash = "sha256-9KIbXmEk4K2xdGM7SUV64mcSEPGQdDez9mAb/920gZs=";
};
build-system = [ setuptools ];