This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 892d395 gnu: emacs-oauth2: Fix source location.
892d395 is described below
commit 892d39515251ae4de70a71e4d761c3decb428892
Author: Alexey Abramov via Guix-patches via <[email protected]>
AuthorDate: Tue Feb 23 13:40:20 2021 +0100
gnu: emacs-oauth2: Fix source location.
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Replace .el extension with .tar
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 e2c069a..74b21b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -92,6 +92,7 @@
;;; Copyright © 2020 Brit Butler <[email protected]>
;;; Copyright © 2021 Alexandr Vityazev <[email protected]>
;;; Copyright © 2021 Yurii Kholodkov <[email protected]>
+;;; Copyright © 2021 Alexey Abramov <[email protected]>
;;;
;;; 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)