It appears the version of gleam_erlang this package depends on is not compatible with the latest stdlib
$ gleam build
Compiling gleam_erlang
error: Unknown module value
┌─ /home/nick/Documents/code/advent-of-code-2025/build/packages/gleam_erlang/src/gleam/erlang/process.gleam:240:26
│
240 │ let normal = dynamic.from(Normal)
│ ^^^^
The module `gleam/dynamic` does not have a `from` value.
error: Unknown module value
┌─ /home/nick/Documents/code/advent-of-code-2025/build/packages/gleam_erlang/src/gleam/erlang/process.gleam:241:26
│
241 │ let killed = dynamic.from(Killed)
│ ^^^^
The module `gleam/dynamic` does not have a `from` value.
It appears the version of
gleam_erlangthis package depends on is not compatible with the latest stdlib