Merge pull request #312845 from fabaff/fakeredis-bump

python312Packages.fakeredis: 2.23.1 -> 2.23.2
This commit is contained in:
Fabian Affolter
2024-05-19 20:29:01 +02:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.23.1";
version = "2.23.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-IMYxzlvPgwJNpb976jYXNW+6veQlUxQph43ZClyC4Eg=";
hash = "sha256-/nuBj9h5MMz1YvJozhl4Fq/OkLckesnQHHTUWfz06sA=";
};
build-system = [ poetry-core ];