Hi! I tried added a news file to a channel and got this error: --8<---------------cut here---------------start------------->8--- (repl-version 0 0) (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (channel-news)) (value #f)) --8<---------------cut here---------------end--------------->8--- I've followed the manual though. In .guix-channel: --8<---------------cut here---------------start------------->8--- (channel (version 0) (news-file "news.scm") (dependencies (channel (name nonguix) (url "https://example.org")))) --8<---------------cut here---------------end--------------->8--- And in "news.scm" at the channel root: --8<---------------cut here---------------start------------->8--- (channel-news (version 0) (entry (commit "25387230a7f99c2b0886488ed061747c9e00434a") (title (en "Great news!")) (body (en "This is seriously great news!")))) --8<---------------cut here---------------end--------------->8--- Any clue what's wrong? -- Pierre Neidhardt https://ambrevar.xyz/