python: structlog: 19.2.0 -> 20.1.0
This commit is contained in:
parent
cb2c441dc7
commit
48c7101f60
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue