python: structlog: 19.2.0 -> 20.1.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:33 +02:00
parent cb2c441dc7
commit 48c7101f60

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "structlog";
version = "19.2.0";
version = "20.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "4287058cf4ce1a59bc5dea290d6386d37f29a37529c9a51cdf7387e51710152b";
sha256 = "7a48375db6274ed1d0ae6123c486472aa1d0890b08d314d2b016f3aa7f35990b";
};
checkInputs = [ pytest pretend freezegun simplejson twisted ]