nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python38Packages.structlog: 21.1.0 -> 21.2.0

+2 -2
+2 -2
pkgs/development/python-modules/structlog/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "structlog"; 17 - version = "21.1.0"; 17 + version = "21.2.0"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - sha256 = "d9d2d890532e8db83c6977a2a676fb1889922ff0c26ad4dc0ecac26f9fafbc57"; 21 + sha256 = "7ac42b565e1295712313f91edbcb64e0840a9037d888c8954f11fa6c43270e99"; 22 22 }; 23 23 24 24 checkInputs = [ pytest pytest-asyncio pretend freezegun simplejson twisted ]