python3.pkgs.fakeredis: 2.35.1 -> 2.36.2

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

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.36.2
This commit is contained in:
Ryan Burns 2026-06-17 17:03:20 -07:00
commit 03de0e4314

View file

@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "fakeredis";
version = "2.35.1";
version = "2.36.2";
pyproject = true;
src = fetchFromGitHub {
owner = "cunla";
repo = "fakeredis-py";
tag = "v${finalAttrs.version}";
hash = "sha256-euhWKXFERpRoXX7G81ffAygt5e1mt7uy9Y9zAGacu38=";
hash = "sha256-vOQBezPsgcjSUigCiW7Q+VueUTtQm3Y7hhB0mTstwKM=";
};
build-system = [ hatchling ];