mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
67eba9d3fc
commit
f50a205480
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue