Merge pull request #262946 from fabaff/fakeredis-bump

python311Packages.fakeredis: 2.19.0 -> 2.20.0
This commit is contained in:
Mario Rodas 2023-10-27 01:27:14 -05:00 committed by GitHub
commit 362e479eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.19.0";
version = "2.20.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-EFgd7NnHcA4T/BZZUR/z3Z4JxA0dWricasKyJAaDsHc=";
hash = "sha256-pRvUgK4OXVP2GR+Iu4ddqwApw0gYN4FkKjTpwbC1oWM=";
};
nativeBuildInputs = [