GNU bug report logs - #46716
[PATCH] gnu: emacs-oauth2: Fix source location.

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Tue, 23 Feb 2021 12:42:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alexey Abramov <levenson <at> mmer.org>
Subject: bug#46716: closed (Re: [bug#46716] [PATCH] gnu: emacs-oauth2: Fix
 source location.)
Date: Tue, 23 Feb 2021 14:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46716 <at> debbugs.gnu.org.

-- 
46716: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46716
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alexey Abramov via Guix-patches via <guix-patches <at> gnu.org>
Cc: 46716-done <at> debbugs.gnu.org, Alexey Abramov <levenson <at> mmer.org>
Subject: Re: [bug#46716] [PATCH] gnu: emacs-oauth2: Fix source location.
Date: Tue, 23 Feb 2021 15:52:56 +0100
Hello,

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

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

Oops! Applied. Thank you!

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Alexey Abramov <levenson <at> mmer.org>
To: guix-patches <at> gnu.org
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 <at> kingcons.io>
 ;;; Copyright © 2021 Alexandr Vityazev <avityazew <at> gmail.com>
 ;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka <at> gmail.com>
+;;; Copyright © 2021 Alexey Abramov <levenson <at> 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




This bug report was last modified 4 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.