python310Packages.fakeredis: 1.10.1 -> 2.0.0

This commit is contained in:
R. Ryantm
2022-11-19 20:57:38 +00:00
parent e9b195248c
commit 65feea294f

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "1.10.1";
version = "2.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-Tqm1p3CNU61aHhiVyP5Gt6bMxni3wvEvR3HFv328Hk0=";
hash = "sha256-y9fuVg5Mu0ZT8hoja9V5mEfOz/hPH66Zbk5Rr/luPSc=";
};
nativeBuildInputs = [