Merge pull request #214772 from r-ryantm/auto-update/python310Packages.fakeredis

python310Packages.fakeredis: 2.6.0 -> 2.7.1
This commit is contained in:
Fabian Affolter 2023-02-06 10:46:22 +01:00 committed by GitHub
commit 08ac6dc12a
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.6.0";
version = "2.7.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-COGzi/zK6ss47Qi2ll2e92V5WzzxdM5Z5cNmX3b1EH0=";
hash = "sha256-4g97cqMwtSLhDOVwBrunsq+JQ33BfeKcP0fJP4N48d8=";
};
nativeBuildInputs = [