Merge pull request #231248 from fabaff/hiredis-bump

python311Packages.hiredis: 2.2.2 -> 2.3.0
This commit is contained in:
Fabian Affolter 2023-05-13 16:28:47 +02:00 committed by GitHub
commit 5e8f2ab4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hiredis"; pname = "hiredis";
version = "2.2.2"; version = "2.3.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "hiredis-py"; repo = "hiredis-py";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-VfiYXkvLcdokT4P5ks1ReDh5sBe6pdNxWyscmSaJ1Lo="; hash = "sha256-OT8zFEHKSAebXV+VzagZDJRPidAhSrqvD2/F1YezVGs=";
}; };
pythonImportsCheck = [ pythonImportsCheck = [