python311Packages.fakeredis: 2.20.0 -> 2.20.1
Diff: https://github.com/dsoftwareinc/fakeredis-py/compare/refs/tags/v2.20.0...v2.20.1 Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.20.1
This commit is contained in:
parent
cb37959f99
commit
6ac8b7b4d4
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user