python310Packages.fakeredis: 2.9.2 -> 2.10.0

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.10.0
This commit is contained in:
Fabian Affolter
2023-03-05 00:30:40 +01:00
parent 45fd1bbd11
commit 95febcfc63
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.9.2";
version = "2.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-YwUNjEM0Lmj14fTqQXy78LRzlfffy7KZOTulufkeRZA=";
hash = "sha256-H1SeNlX/NqdewNY+rs5HLTK0dRnB1H+EQfzf2g/y1ek=";
};
nativeBuildInputs = [