python310Packages.structlog: 21.5.0 -> 22.1.0

This commit is contained in:
R. Ryantm 2022-07-21 21:35:10 +00:00
parent d4ca6ff3f4
commit 3b740fe8ab

View File

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "structlog"; pname = "structlog";
version = "21.5.0"; version = "22.1.0";
format = "flit"; format = "flit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hynek"; owner = "hynek";
repo = "structlog"; repo = "structlog";
rev = version; rev = "refs/tags/${version}";
sha256 = "0bc5lj0732j0hjq89llgrncyzs6k3aaffvg07kr3la44w0hlrb4l"; sha256 = "sha256-2sdH6iP+l+6pBNC+sjpAX8bCdCANqqkaqZRmR68uwxY=";
}; };
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];