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
commit 3f9ab2bd28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];