python311Packages.fakeredis: 2.21.1 -> 2.21.3

This commit is contained in:
R. Ryantm
2024-03-12 23:58:48 +00:00
parent 6e04aef752
commit abbdbd2f07
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.21.1";
version = "2.21.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-2+ZZTWhUb6rj7oWPnDP0PJUHj0CJpOD8iZxmtO4xSbo=";
hash = "sha256-GIg+a8G5S0dmbvMKqS/Vn+wzNM6iNIs3bKPqhecsQt4=";
};
nativeBuildInputs = [