Merge pull request #200333 from r-ryantm/auto-update/python310Packages.fakeredis

python310Packages.fakeredis: 1.10.0 -> 1.10.1
This commit is contained in:
Fabian Affolter
2022-11-09 07:58:56 +01:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "1.10.0";
version = "1.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-yf/rj2c481lIFJJ8t+yqZe74MN+y7HikBTnRo3lkPeQ=";
hash = "sha256-Tqm1p3CNU61aHhiVyP5Gt6bMxni3wvEvR3HFv328Hk0=";
};
nativeBuildInputs = [