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

python311Packages.coredis: 4.15.1 -> 4.16.0
This commit is contained in:
Fabian Affolter 2023-09-01 08:22:12 +02:00 committed by GitHub
commit 5352547e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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