python312Packages.fakeredis: 2.26.1 -> 2.26.2 (#367207)

This commit is contained in:
Weijia Wang
2025-01-01 14:40:02 +01:00
committed by GitHub
@@ -18,16 +18,16 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.26.1";
version = "2.26.2";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-eBWdrN6QfrZaavKGuVMaU0s+k0VpsBCIaIzuxC7HyYE=";
tag = "v${version}";
hash = "sha256-jD0e04ltH1MjExfrPsR6LUn4X0/qoJZWzX9i2A58HHI=";
};
build-system = [ poetry-core ];