Unverified Commit 09540dc1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 348f7770 769b0839
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [