2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-10 06:55:10 +00:00

python3Packages.structlog: 21.4.0 -> 21.5.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:59:02 -08:00 committed by Martin Weinelt
parent 5aa5999d27
commit 660927c9d6

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "structlog";
version = "21.4.0";
version = "21.5.0";
format = "flit";
# sdist is missing conftest.py
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "hynek";
repo = "structlog";
rev = version;
sha256 = "sha256-uXFSrC1TvQV46uu0sadC3eMq7yk5TnrpQE8m6NSv1Bg=";
sha256 = "0bc5lj0732j0hjq89llgrncyzs6k3aaffvg07kr3la44w0hlrb4l";
};
checkInputs = [ pytestCheckHook pytest-asyncio pretend freezegun simplejson twisted ];