Merge pull request #237649 from r-ryantm/auto-update/python311Packages.fakeredis

python311Packages.fakeredis: 2.12.1 -> 2.14.1
This commit is contained in:
Fabian Affolter 2023-06-14 09:13:21 +02:00 committed by GitHub
commit ef201eb06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.12.1";
version = "2.14.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-WF3dITWCrTQDORfaGWPpJBQFkPrUN6faHohjvBuOW7I=";
hash = "sha256-kLCCCUbre/Bi0DFv/+PVHvw1NXn2HhQx5kYtEaOqP58=";
};
nativeBuildInputs = [