Merge pull request #134664 from r-ryantm/auto-update/python3.8-hiredis

python38Packages.hiredis: 1.1.0 -> 2.0.0
This commit is contained in:
Robert Scott 2021-08-23 00:15:12 +01:00 committed by GitHub
commit fe43fda1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "hiredis";
version = "1.1.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "996021ef33e0f50b97ff2d6b5f422a0fe5577de21a8873b58a779a5ddd1c3132";
sha256 = "81d6d8e39695f2c37954d1011c0480ef7cf444d4e3ae24bc5e89ee5de360139a";
};
propagatedBuildInputs = [ redis ];