GNU bug report logs - #32830
[PATCH] gnu: emacs: fix magit source URI

Previous Next

Package: guix-patches;

Reported by: Nikolai Merinov <nikolai.merinov <at> member.fsf.org>

Date: Mon, 24 Sep 2018 21:53:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Nikolai Merinov <nikolai.merinov <at> member.fsf.org>
Subject: bug#32830: closed (Re: [bug#32830] [PATCH] gnu: emacs: fix magit
 source URI)
Date: Fri, 28 Sep 2018 14:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32830: [PATCH] gnu: emacs: fix magit source URI

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 32830 <at> debbugs.gnu.org.

-- 
32830: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32830
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Nikolai Merinov <nikolai.merinov <at> member.fsf.org>
Cc: 32830-done <at> debbugs.gnu.org
Subject: Re: [bug#32830] [PATCH] gnu: emacs: fix magit source URI
Date: Fri, 28 Sep 2018 10:46:43 -0400
[Message part 3 (text/plain, inline)]
On Tue, Sep 25, 2018 at 02:48:11AM +0500, Nikolai Merinov wrote:
> * gnu/packages/emacs.scm (emacs-magit): renaming of magit package ocassionally
>   changed source URI. Restore correct URI.

Thanks! I believe this was fixed independently in commit
06619128274c0f7e3ebfefab03db337e886fec51
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nikolai Merinov <nikolai.merinov <at> member.fsf.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs: fix magit source URI
Date: Tue, 25 Sep 2018 02:48:11 +0500
* gnu/packages/emacs.scm (emacs-magit): renaming of magit package ocassionally
  changed source URI. Restore correct URI.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f29040c37..945181b51 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -458,7 +458,7 @@ on stdout instead of using a socket as the Emacsclient does.")
              (method url-fetch)
              (uri (string-append
                    "https://github.com/magit/magit/releases/download/"
-                   version "/" name "-" version ".tar.gz"))
+                   version "/magit-" version ".tar.gz"))
              (sha256
               (base32
                "1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
-- 
2.17.1




This bug report was last modified 6 years and 236 days ago.

Previous Next


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