python310Packages.fakeredis: 2.10.1 -> 2.10.2

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.10.2
This commit is contained in:
Fabian Affolter
2023-03-22 20:45:22 +01:00
parent 5b88469c21
commit cc9ecf858a
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.10.1";
version = "2.10.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-5jtI7EemKi0w/ezr/jLFQFndvqOjVE0SUm1urluKusY=";
hash = "sha256-ZQC8KNHM6Nnytkr6frZMl5mBVPkpduWZwwooCPymbFY=";
};
nativeBuildInputs = [