python3Packages.coredis: 5.0.1 -> 5.1.0

This commit is contained in:
R. Ryantm
2025-09-10 21:57:23 +00:00
parent 9f0eb3375e
commit b5be3fe04c
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "coredis";
version = "5.0.1";
version = "5.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "alisaifee";
repo = "coredis";
tag = version;
hash = "sha256-LDK/tVGBsuhf0WzGjdCJznUVh9vrtRrjtU0wKpsr/Ag=";
hash = "sha256-KaS048C8YLo7UNiryqjYk3yulf/gYGsFQ//Jnx10dQ4=";
};
postPatch = ''