summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/structlog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/structlog/default.nix')
-rw-r--r--pkgs/development/python-modules/structlog/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/structlog/default.nix b/pkgs/development/python-modules/structlog/default.nix
index 2cbf24c15db0..0831fd99bbb6 100644
--- a/pkgs/development/python-modules/structlog/default.nix
+++ b/pkgs/development/python-modules/structlog/default.nix
@@ -11,12 +11,11 @@
pytestCheckHook,
pythonOlder,
simplejson,
- twisted,
}:
buildPythonPackage rec {
pname = "structlog";
- version = "24.1.0";
+ version = "24.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,10 +24,10 @@ buildPythonPackage rec {
owner = "hynek";
repo = "structlog";
rev = "refs/tags/${version}";
- hash = "sha256-0Yc28UEeozK2+IqILFTqHoTiM5L2SA4t6jld4qTBSzQ=";
+ hash = "sha256-z3ecgsep/BQJ+Fv78rV4XiFU4+1aaUEfNEtIqy44KV4=";
};
- nativeBuildInputs = [
+ build-system = [
hatch-fancy-pypi-readme
hatch-vcs
hatchling
@@ -40,7 +39,6 @@ buildPythonPackage rec {
pytest-asyncio
pytestCheckHook
simplejson
- twisted
];
pythonImportsCheck = [ "structlog" ];