python3Packages.fakeredis: add patch to support redis<=4.1.0

This commit is contained in:
Fabian Affolter
2022-01-26 22:56:33 +01:00
parent a10f0ab35d
commit 5e9e68e5bb

View File

@@ -46,7 +46,7 @@ buildPythonPackage rec {
];
patches = [
# Support for redis >= 4.1.0, https://github.com/jamesls/fakeredis/pull/324
# Support for redis <= 4.1.0, https://github.com/jamesls/fakeredis/pull/324
(fetchpatch {
name = "support-redis-4.1.0.patch";
url = "https://github.com/jamesls/fakeredis/commit/8ef8dc6dacc9baf571d66a25ffbf0fadd7c70f78.patch";