python310Packages.types-redis: 4.3.14 -> 4.3.15

This commit is contained in:
R. Ryantm 2022-08-21 02:50:30 +00:00
parent 6895427d34
commit 3d8ec1f8c9

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.3.14";
version = "4.3.15";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qllV/18QuHqQIcAx6wAqVEpBoKYoAITsB1ioqBKjdcQ=";
sha256 = "sha256-vPLIUsLQ9vmZ8QGAvfytC7+pchdYJs7XCl71i3EAS2w=";
};
# Module doesn't have tests