python311Packages.hiredis: 2.2.2 -> 2.3.0
Diff: https://github.com/redis/hiredis-py/compare/refs/tags/v2.2.2...v2.3.0 Changelog: https://github.com/redis/hiredis-py/blob/v2.3.0/CHANGELOG.md
This commit is contained in:
parent
08fcb0cb1c
commit
73a9c1910f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hiredis";
|
||||
version = "2.2.2";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||
repo = "hiredis-py";
|
||||
rev = "refs/tags/v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-VfiYXkvLcdokT4P5ks1ReDh5sBe6pdNxWyscmSaJ1Lo=";
|
||||
hash = "sha256-OT8zFEHKSAebXV+VzagZDJRPidAhSrqvD2/F1YezVGs=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue