Merge pull request #333750 from r-ryantm/auto-update/python312Packages.fakeredis

python312Packages.fakeredis: 2.23.4 -> 2.23.5
This commit is contained in:
Pol Dellaiera 2024-08-11 20:20:33 +02:00 committed by GitHub
commit 26e3a6bf04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.23.4";
version = "2.23.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-SZyYtXwd5ofE2rlRw9Nl24VYMlPIuzrnoyE2ayapZww=";
hash = "sha256-gwTOtwBOHl6FNL0ekOq2rewwT/XoQ31+cyxU/OCBOTA=";
};
build-system = [ poetry-core ];