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

python310Packages.fakeredis: 1.9.1 -> 1.9.3
This commit is contained in:
Fabian Affolter 2022-09-28 01:50:47 +02:00 committed by GitHub
commit bc71a15e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "1.9.1";
version = "1.9.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-3jsTNwxUZzkNxutYqK8lI37Cexrii6QydikW/TkUqbk=";
hash = "sha256-tZ+t4s5V8Na2Lt/TlkdJi7vZxlxAaMbk3MvxUhdQOLs=";
};
nativeBuildInputs = [