emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46716: closed ([PATCH] gnu: emacs-oauth2: Fix source location.)


From: GNU bug Tracking System
Subject: bug#46716: closed ([PATCH] gnu: emacs-oauth2: Fix source location.)
Date: Tue, 23 Feb 2021 14:54:02 +0000

Your message dated Tue, 23 Feb 2021 15:52:56 +0100
with message-id <87o8gaygxj.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location.
has caused the debbugs.gnu.org bug report #46716,
regarding [PATCH] gnu: emacs-oauth2: Fix source location.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46716: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46716
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-oauth2: Fix source location. Date: Tue, 23 Feb 2021 13:40:20 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location. Date: Tue, 23 Feb 2021 15:52:56 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]