python3Packages.coredis: 5.1.0 -> 5.6.0

https://github.com/alisaifee/coredis/blob/5.6.0/HISTORY.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:34 +01:00
parent ce1ecd2f07
commit a25115f1a6
@@ -3,8 +3,10 @@
async-timeout,
beartype,
buildPythonPackage,
setuptools,
versioneer,
hatchling,
hatch-mypyc,
hatch-vcs,
types-deprecated,
deprecated,
fetchFromGitHub,
packaging,
@@ -19,14 +21,14 @@
buildPythonPackage rec {
pname = "coredis";
version = "5.1.0";
version = "5.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "alisaifee";
repo = "coredis";
tag = version;
hash = "sha256-KaS048C8YLo7UNiryqjYk3yulf/gYGsFQ//Jnx10dQ4=";
hash = "sha256-84mFHEPvCv7c1u2giTwTmC+56KCB/3snl8vJ4c+sE2s=";
};
postPatch = ''
@@ -39,8 +41,10 @@ buildPythonPackage rec {
'';
build-system = [
setuptools
versioneer
hatchling
hatch-mypyc
hatch-vcs
types-deprecated
];
dependencies = [