python3Packages.structlog: 25.3.0 -> 25.4.0 (#413742)

This commit is contained in:
dotlambda 2025-06-08 09:44:30 -07:00 committed by GitHub
commit 09540dc1c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "structlog";
version = "25.3.0";
version = "25.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hynek";
repo = "structlog";
tag = version;
hash = "sha256-Ve6RBCQ8PJtlN/gzSjj/gxFkJsgcJhlNMAKDybBTx54=";
hash = "sha256-iNnUogcICQJvHBZO2J8uk4NleQY/ra3ZzxQgnSRKr30=";
};
build-system = [