all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28460] [PATCH] guix: emacs-markdown-mode: Update to 2.3.
@ 2017-09-14 16:53 Oleg Pykhalov
  2017-09-15 21:20 ` bug#28460: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Pykhalov @ 2017-09-14 16:53 UTC (permalink / raw)
  To: 28460

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] guix: emacs-markdown-mode: Update to 2.3. --]
[-- Type: text/x-patch, Size: 1315 bytes --]

From ad0a966c2a8670d927152da0bf4e69db5d15ca5d Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28460: [PATCH] guix: emacs-markdown-mode: Update to 2.3.
  2017-09-14 16:53 [bug#28460] [PATCH] guix: emacs-markdown-mode: Update to 2.3 Oleg Pykhalov
@ 2017-09-15 21:20 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2017-09-15 21:20 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 28460-done

[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]

On Thu, 14 Sep 2017 19:53:22 +0300
Oleg Pykhalov <go.wigust@gmail.com> wrote:

> From ad0a966c2a8670d927152da0bf4e69db5d15ca5d Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust@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 :)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-15 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 16:53 [bug#28460] [PATCH] guix: emacs-markdown-mode: Update to 2.3 Oleg Pykhalov
2017-09-15 21:20 ` bug#28460: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.