mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python: structlog: 19.1.0 -> 19.2.0
This commit is contained in:
parent
bad6a00273
commit
079813b1d3
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "structlog";
|
||||
version = "19.1.0";
|
||||
version = "19.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5feae03167620824d3ae3e8915ea8589fc28d1ad6f3edf3cc90ed7c7cb33fab5";
|
||||
sha256 = "4287058cf4ce1a59bc5dea290d6386d37f29a37529c9a51cdf7387e51710152b";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pretend freezegun simplejson twisted ]
|
||||
|
Loading…
Reference in New Issue
Block a user