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

python310Packages.fakeredis: 1.9.3 -> 1.9.4
This commit is contained in:
Fabian Affolter 2022-10-16 08:17:45 +02:00 committed by GitHub
commit fab6d13fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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