mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
c5eab8042c
commit
03de0e4314
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue