[PATCH] gnu: emacs-oauth2: Fix source location.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexey Abramov
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Alexey Abramov
Severity
normal

Debbugs page

Alexey Abramov wrote 4 years ago
(address . guix-patches@gnu.org)
20210223124020.7993-1-levenson@mmer.org
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Replace .el extension with .tar
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 71564dcd0c..9f921e6513 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -92,6 +92,7 @@
;;; Copyright © 2020 Brit Butler <brit@kingcons.io>
;;; Copyright © 2021 Alexandr Vityazev <avityazew@gmail.com>
;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka@gmail.com>
+;;; Copyright © 2021 Alexey Abramov <levenson@mmer.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -13858,7 +13859,7 @@ write applications that use WebSockets, and is not useful by itself.")
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
- "oauth2-" version ".el"))
+ "oauth2-" version ".tar"))
(sha256
(base32 "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"))))
(build-system emacs-build-system)
--
2.30.1
Nicolas Goaziou wrote 4 years ago
(name . Alexey Abramov via Guix-patches via)(address . guix-patches@gnu.org)(address . 46716-done@debbugs.gnu.org)(name . Alexey Abramov)(address . levenson@mmer.org)
87o8gaygxj.fsf@nicolasgoaziou.fr
Hello,

Alexey Abramov via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-oauth2): Replace .el extension
> with .tar

Oops! Applied. Thank you!

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46716@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46716
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help