python312Packages.fakeredis: 2.23.2 -> 2.23.3

This commit is contained in:
R. Ryantm 2024-07-19 05:01:24 +00:00
parent 5079f7b926
commit 852e818415

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.23.2";
version = "2.23.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-/nuBj9h5MMz1YvJozhl4Fq/OkLckesnQHHTUWfz06sA=";
hash = "sha256-U+jLxI2Ly+LvC/0eGXdaAa6iqDFfu5n8X0UrTWFRhhE=";
};
build-system = [ poetry-core ];