* [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location.
@ 2021-02-23 12:40 Alexey Abramov via Guix-patches via
2021-02-23 14:52 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Abramov via Guix-patches via @ 2021-02-23 12:40 UTC (permalink / raw)
To: 46716
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location.
2021-02-23 12:40 [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location Alexey Abramov via Guix-patches via
@ 2021-02-23 14:52 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-23 14:52 UTC (permalink / raw)
To: 46716; +Cc: 46716-done, Alexey Abramov
Hello,
Alexey Abramov via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-oauth2): Replace .el extension
> with .tar
Oops! Applied. Thank you!
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-23 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23 12:40 [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location Alexey Abramov via Guix-patches via
2021-02-23 14:52 ` 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.