GNU bug report logs - #33910
[PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Sat, 29 Dec 2018 15:12:08 UTC

Severity: normal

Tags: fixed, patch

Done: Jelle Licht <wordempire <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33910 in the body.
You can then email your comments to 33910 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33910; Package guix-patches. (Sat, 29 Dec 2018 15:12:09 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jelle Licht <jlicht <at> fsfe.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Dec 2018 15:12:09 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0.
Date: Sat, 29 Dec 2018 16:02:59 +0100
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.8.0.
[source]: Use 'git-fetch'.
---
 gnu/packages/emacs.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7181d05a3..335d315d3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -433,16 +433,16 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "2.7.3")
+    (version "2.8.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/magit/with-editor/archive/v"
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/magit/with-editor.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ln2s0kckzkv50qmr6x1kb2j30cfjii0vs6lpghg7ff4lav8jqgh"))))
+                "1bbzvxnjpxqyvi808isld025b3pcidn4r2xf8hnk9bmzcfdvdr6q"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)))
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#33910; Package guix-patches. (Wed, 09 Jan 2019 15:46:03 GMT) Full text and rfc822 format available.

Message #8 received at 33910 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 33910 <at> debbugs.gnu.org
Subject: Re: [bug#33910] [PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0.
Date: Wed, 09 Jan 2019 16:45:12 +0100
Jelle Licht <jlicht <at> fsfe.org> skribis:

> * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.8.0.
> [source]: Use 'git-fetch'.

OK!




Added tag(s) fixed. Request was from Jelle Licht <wordempire <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:12:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 33910 <at> debbugs.gnu.org and Jelle Licht <jlicht <at> fsfe.org> Request was from Jelle Licht <wordempire <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:12:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 07 Feb 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 77 days ago.

Previous Next


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