zimoun writes: >> --- >> gnu/packages/emacs-xyz.scm | 139 +++++++++++++++++++++++++++++-------- >> 1 file changed, 109 insertions(+), 30 deletions(-) >> >> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm >> index bc56067a7c..3f62e92116 100644 >> --- a/gnu/packages/emacs-xyz.scm >> +++ b/gnu/packages/emacs-xyz.scm >> @@ -7134,45 +7134,124 @@ (define-public emacs-piem >> (package >> (name "emacs-piem") >> (version "0.4.0") >> - (source >> - (origin >> - (method git-fetch) >> - (uri (git-reference >> - (url "https://git.kyleam.com/piem") >> - (commit (string-append "v" version)))) >> - (file-name (string-append name "-" version "-checkout")) >> - (sha256 >> - (base32 "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z")))) >> + (source (origin >> + (method git-fetch) >> + (uri (git-reference >> + (url "https://git.kyleam.com/piem") >> + (commit (string-append "v" version)))) >> + (file-name (string-append name "-" version "-checkout")) >> + (sha256 >> + (base32 >> + "0wr6n6wvznngjdp4c0pmdr4xz05dark0kxi5svzhzxsg3rdaql3z")))) > > Why this cosmetic change? > I believe this change was made by =guix style= or =guix lint=. I am not sure. BTW, I am OK with the way it is now (bundled), I can easily decouple them in my guix-home configuration file.