Merge pull request #274412 from fabaff/fakeredis-bump

python311Packages.fakeredis: 2.20.0 -> 2.20.1
This commit is contained in:
Fabian Affolter 2023-12-15 15:34:53 +01:00 committed by GitHub
commit 25aa130bed
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.20.0";
version = "2.20.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-pRvUgK4OXVP2GR+Iu4ddqwApw0gYN4FkKjTpwbC1oWM=";
hash = "sha256-TmgHAskR5MF/lzF0NHgXKecLsSCoc7xsm7gRgupm0Ws=";
};
nativeBuildInputs = [