python310Packages.fakeredis: 2.10.2 -> 2.10.3

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.10.3
This commit is contained in:
Fabian Affolter
2023-04-04 12:54:49 +02:00
parent f427d9477c
commit 344ebdf2e4
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.10.2";
version = "2.10.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-ZQC8KNHM6Nnytkr6frZMl5mBVPkpduWZwwooCPymbFY=";
hash = "sha256-qd8tofR5FdfV/A37gfNRYALf5rUMh7ldhS/hETUHo/k=";
};
nativeBuildInputs = [