python312Packages.fakeredis: 2.25.1 -> 2.26.1

This commit is contained in:
R. Ryantm 2024-11-17 21:08:23 +00:00
parent ebada934ba
commit a9646b1400

View File

@ -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 ];