Merge pull request #182775 from r-ryantm/auto-update/iredis

iredis: 1.12.0 -> 1.12.1
This commit is contained in:
Mario Rodas 2022-07-25 07:44:28 -05:00 committed by GitHub
commit 85a2205e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ with python3Packages;
buildPythonApplication rec {
pname = "iredis";
version = "1.12.0";
version = "1.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "c3031094db0aa03d48b6f9be750e32d3e901942a96cc05283029086cb871cd81";
sha256 = "sha256-nLwu47wV5QqgtiyiN9bbKzjlZdgd6Qt5KjBlipwRW1Q=";
};
postPatch = ''