python3Packages.hiredis: 3.4.0 -> 3.4.1 (#552934)

This commit is contained in:
Sandro
2026-08-17 12:49:26 +00:00
committed by GitHub

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 ];