all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48660] [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
@ 2021-05-25 21:48 Xinglu Chen
  2021-05-26 12:52 ` bug#48660: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-05-25 21:48 UTC (permalink / raw)
  To: 48660

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48660: [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL.
  2021-05-25 21:48 [bug#48660] [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL Xinglu Chen
@ 2021-05-26 12:52 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-05-26 12:52 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 48660-done

Hello,

Xinglu Chen <public@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-26 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 21:48 [bug#48660] [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL Xinglu Chen
2021-05-26 12:52 ` bug#48660: " Nicolas Goaziou

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.