python3Packages.hiredis: 3.4.0 -> 3.4.1

(cherry picked from commit fcc4e93ba9)
This commit is contained in:
R. Ryantm
2026-08-15 09:32:47 +00:00
committed by github-actions[bot]
parent 7ca7d87364
commit dddac85684

View File

@@ -12,7 +12,7 @@
buildPythonPackage (finalAttrs: {
pname = "hiredis";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
src = fetchFromGitHub {
@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
repo = "hiredis-py";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-TXhl9ny6hdd4n/hHfTAL0ewGcnjZ1vvNwovklSgzkKk=";
hash = "sha256-mdiOt+LkdcpjA30dEQffAQY7GmL69hp1E7s4Bu9uoFE=";
};
build-system = [ setuptools ];