python311Packages.coredis: 4.16.0 -> 4.17.0

This commit is contained in:
R. Ryantm 2024-04-25 01:25:14 +00:00
parent 921527b865
commit 1b2dc7548d
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "coredis";
version = "4.16.0";
version = "4.17.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "alisaifee";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7qpoNc5/z8/EKtGWULrPPwfH9swYe9TqqUL+zxrFQSk=";
hash = "sha256-HfGmsIi8PnYbnC2020x474gtq0eqHjF7mSmRSHb0QxY=";
};
postPatch = ''