python3Packages.fakeredis: 2.35.1 -> 2.36.0

Diff: https://github.com/cunla/fakeredis-py/compare/v2.35.1...v2.36.0

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.36.0
This commit is contained in:
Robert Schütz
2026-05-30 12:11:52 -07:00
parent 580c4bea8e
commit 4ab3d2ee74
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "fakeredis";
version = "2.35.1";
version = "2.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cunla";
repo = "fakeredis-py";
tag = "v${finalAttrs.version}";
hash = "sha256-euhWKXFERpRoXX7G81ffAygt5e1mt7uy9Y9zAGacu38=";
hash = "sha256-rkq8fxQSNPMZE95mlNxSazdwxy5+DMlZKkVWweGVOtc=";
};
build-system = [ hatchling ];