Merge pull request #306673 from r-ryantm/auto-update/python311Packages.coredis

python311Packages.coredis: 4.16.0 -> 4.17.0
This commit is contained in:
Robert Scott 2024-04-26 22:49:40 +01:00 committed by GitHub
commit fd706f64d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''