diff options
| author | Robert Schütz <nix@dotlambda.de> | 2024-07-18 09:15:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 09:15:20 -0700 |
| commit | c7c14b04d5a2247bee14538f51985417ab648d84 (patch) | |
| tree | 239448cdd50bc4e39675e8aa696db700eba4f01a | |
| parent | Merge pull request #321083 from cinnamonpancake/librewolf_ua_fix (diff) | |
| parent | python312Packages.structlog: 24.1.0 -> 24.4.0 (diff) | |
| download | nixpkgs-c7c14b04d5a2247bee14538f51985417ab648d84.tar.gz | |
Merge pull request #325526 from dotlambda/python3Packages.structlog
python312Packages.structlog: 24.1.0 -> 24.4.0
| -rw-r--r-- | pkgs/development/python-modules/structlog/default.nix | 8 |
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" ]; |
