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

python313Packages.structlog: 25.2.0 -> 25.3.0 (#406525)

parents 748fab98 7f645fd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "structlog";
  version = "25.2.0";
  version = "25.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hynek";
    repo = "structlog";
    tag = version;
    hash = "sha256-sDJZMAXOfcBx+PgKt48nsATEiR5QvAfyrCP+qWiTzrc=";
    hash = "sha256-Ve6RBCQ8PJtlN/gzSjj/gxFkJsgcJhlNMAKDybBTx54=";
  };

  build-system = [