python38Packages.structlog: 21.1.0 -> 21.2.0

This commit is contained in:
R. RyanTM 2021-10-12 18:27:27 +00:00
parent c7b05f54df
commit 46e7f53a42

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "structlog";
version = "21.1.0";
version = "21.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "d9d2d890532e8db83c6977a2a676fb1889922ff0c26ad4dc0ecac26f9fafbc57";
sha256 = "7ac42b565e1295712313f91edbcb64e0840a9037d888c8954f11fa6c43270e99";
};
checkInputs = [ pytest pytest-asyncio pretend freezegun simplejson twisted ]