GNU bug report logs - #28460
[PATCH] guix: emacs-markdown-mode: Update to 2.3.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Thu, 14 Sep 2017 16:54:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 28460 in the body.
You can then email your comments to 28460 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#28460; Package guix-patches. (Thu, 14 Sep 2017 16:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 14 Sep 2017 16:54:02 GMT) Full text and rfc822 format available.

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

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] guix: emacs-markdown-mode: Update to 2.3.
Date: Thu, 14 Sep 2017 19:53:22 +0300
[0001-guix-emacs-markdown-mode-Update-to-2.3.patch (text/x-patch, inline)]
From ad0a966c2a8670d927152da0bf4e69db5d15ca5d Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Thu, 14 Sep 2017 19:52:17 +0300
Subject: [PATCH] guix: emacs-markdown-mode: Update to 2.3.

* gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.3.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c6d5766cb..37f0347cb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3319,7 +3319,7 @@ strings, and code folding.")
 (define-public emacs-markdown-mode
   (package
     (name "emacs-markdown-mode")
-    (version "2.2")
+    (version "2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://raw.githubusercontent.com/jrblevin"
@@ -3328,7 +3328,7 @@ strings, and code folding.")
               (file-name (string-append "markdown-mode-" version ".el"))
               (sha256
                (base32
-                "04isd2sdnms9acpmkd6n7b7y7j0x2kank2kry0zwbxs3bwdavgav"))))
+                "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
     (build-system emacs-build-system)
     (home-page "http://jblevins.org/projects/markdown-mode/")
     (synopsis "Emacs Major mode for Markdown files")
-- 
2.14.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Fri, 15 Sep 2017 21:21:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Fri, 15 Sep 2017 21:21:03 GMT) Full text and rfc822 format available.

Message #10 received at 28460-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28460-done <at> debbugs.gnu.org
Subject: Re: [bug#28460] [PATCH] guix: emacs-markdown-mode: Update to 2.3.
Date: Fri, 15 Sep 2017 22:20:31 +0100
[Message part 1 (text/plain, inline)]
On Thu, 14 Sep 2017 19:53:22 +0300
Oleg Pykhalov <go.wigust <at> gmail.com> wrote:

> From ad0a966c2a8670d927152da0bf4e69db5d15ca5d Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Thu, 14 Sep 2017 19:52:17 +0300
> Subject: [PATCH] guix: emacs-markdown-mode: Update to 2.3.

I tweaked the commit message to say "gnu: " rather than "guix: " as
this change is in the gnu module namespace, rather than guix (and if
I've misinterpreted this, I think its also more consistent with other
commits anyway).

> * gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.3.
> ---
>  gnu/packages/emacs.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index c6d5766cb..37f0347cb 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -3319,7 +3319,7 @@ strings, and code folding.")
>  (define-public emacs-markdown-mode
>    (package
>      (name "emacs-markdown-mode")
> -    (version "2.2")
> +    (version "2.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> "https://raw.githubusercontent.com/jrblevin" @@ -3328,7 +3328,7 @@
> strings, and code folding.") (file-name (string-append
> "markdown-mode-" version ".el")) (sha256
>                 (base32
> -
> "04isd2sdnms9acpmkd6n7b7y7j0x2kank2kry0zwbxs3bwdavgav"))))
> +
> "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
> (build-system emacs-build-system) (home-page
> "http://jblevins.org/projects/markdown-mode/") (synopsis "Emacs Major
> mode for Markdown files")

I've successfully built this, and now pushed :)
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 14 Oct 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 246 days ago.

Previous Next


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