python3Packages.python-json-logger: 3.3.0 -> 4.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:09 +01:00
parent 1a9ab170d1
commit e19c4897b4
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-json-logger";
version = "3.3.0";
version = "4.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nhairs";
repo = "python-json-logger";
tag = "v${version}";
hash = "sha256-q1s+WRU5xTmF4YW20DrDnXbMeW6vGYzVekxxIDVt8gw=";
hash = "sha256-YFtM+YWXDCaipqhQntdGeGbTmWO5XMGfpWhgQwicxFQ=";
};
build-system = [ setuptools ];