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

python310Packages.fakeredis: 1.8.1 -> 1.8.2
This commit is contained in:
Mario Rodas 2022-07-24 10:53:15 -05:00 committed by GitHub
commit d7bb3029bc
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.8.1";
version = "1.8.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-gmQuQIlpE4PdgZ1J5aucSQkJpfrh1qTJNLfyI+cMCJU=";
hash = "sha256-T8A6vU1m7nlHpTMC62IpgsQGh3ksuBp1ty4GkjN+2T8=";
};
nativeBuildInputs = [