GNU bug report logs -
#58730
[PATCH] Split emacs-piem and emacs-git-email
Previous Next
Reported by: Declan Tsien <declantsien <at> riseup.net>
Date: Sun, 23 Oct 2022 05:51:02 UTC
Severity: normal
Tags: patch
Done: Declan Tsien <declantsien <at> riseup.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
zimoun <zimon.toutoune <at> gmail.com> 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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.