python312Packages.fakeredis: 2.25.1 -> 2.26.1 (#356810)

This commit is contained in:
OTABI Tomoya
2024-11-19 22:22:34 +09:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.25.1";
version = "2.26.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-HjId4SueqkbC319Eel8G85ZOj72ZKEVEH2D8V/GfXi4=";
hash = "sha256-eBWdrN6QfrZaavKGuVMaU0s+k0VpsBCIaIzuxC7HyYE=";
};
build-system = [ poetry-core ];