GNU bug report logs - #48660
[PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Tue, 25 May 2021 21:49:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48660 in the body.
You can then email your comments to 48660 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48660; Package guix-patches. (Tue, 25 May 2021 21:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 25 May 2021 21:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
Date: Tue, 25 May 2021 23:48:09 +0200
* emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of
  the unstable ELPA URL.
---
Use the Git repo until the ELPA reproducibility issue[1] has been fixed.

[1]: https://issues.guix.gnu.org/46849

 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 886320cc34..a7c8799bf5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27353,11 +27353,12 @@ Features:
     (name "emacs-shell-command+")
     (version "2.2.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://elpa.gnu.org/packages/"
-                                  "shell-command+-" version ".tar"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~zge/bang")
+                    (commit version)))
               (sha256
-               (base32 "1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476"))))
+               (base32 "1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/shell-command+.html")
     (synopsis "Extended Emacs @code{shell-command}")

base-commit: 0ffac75ece4f22a8595e19b8a375791e87d365aa
-- 
2.31.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 26 May 2021 12:54:01 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Wed, 26 May 2021 12:54:02 GMT) Full text and rfc822 format available.

Message #10 received at 48660-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 48660-done <at> debbugs.gnu.org
Subject: Re: [bug#48660] [PATCH] gnu: emacs-shell-command+: Use Git repo
 instead of ELPA URL.
Date: Wed, 26 May 2021 14:52:56 +0200
Hello,

Xinglu Chen <public <at> yoctocell.xyz> writes:

> * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of
>   the unstable ELPA URL.
> ---
> Use the Git repo until the ELPA reproducibility issue[1] has been fixed.
>
> [1]: https://issues.guix.gnu.org/46849

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Jun 2021 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 307 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.