python3Packages.hiredis: 3.3.1 -> 3.4.0

changelog: https://github.com/redis/hiredis-py/releases/tag/v3.4.0

diff: https://github.com/redis/hiredis-py/compare/v3.3.1...v3.4.0
(cherry picked from commit d4b9693e0f)
This commit is contained in:
Hythera 2026-06-03 17:15:21 +02:00 committed by github-actions[bot]
commit f50a205480

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "hiredis";
version = "3.3.1";
version = "3.4.0";
pyproject = true;
src = fetchFromGitHub {
@ -20,7 +20,7 @@ buildPythonPackage rec {
repo = "hiredis-py";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-HqQICYjHpUX7/OsaWXJRFeeZDxKKuGJ1x5JiJ9eLmdw=";
hash = "sha256-TXhl9ny6hdd4n/hHfTAL0ewGcnjZ1vvNwovklSgzkKk=";
};
build-system = [ setuptools ];