all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Declan Tsien <declantsien@riseup.net>
To: zimoun <zimon.toutoune@gmail.com>
Cc: 58730@debbugs.gnu.org
Subject: [bug#58730] [PATCH] Split emacs-piem and emacs-git-email
Date: Sat, 05 Nov 2022 15:18:16 +0800	[thread overview]
Message-ID: <87bkplc1jb.fsf@riseup.net> (raw)
In-Reply-To: <87leotb4xj.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

zimoun <zimon.toutoune@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.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 690 bytes --]

      parent reply	other threads:[~2022-11-05  7:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-23  5:49 [bug#58730] [PATCH] Split emacs-piem and emacs-git-email Declan Tsien
2022-10-25  1:15 ` Declan Tsien
2022-10-29  1:30 ` bug#58730: " Declan Tsien
2022-11-02 18:13 ` [bug#58730] " zimoun
2022-11-05  5:22   ` Kyle Meyer
2022-11-05  7:18   ` Declan Tsien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkplc1jb.fsf@riseup.net \
    --to=declantsien@riseup.net \
    --cc=58730@debbugs.gnu.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.