all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luis Felipe via Guix-patches via <guix-patches@gnu.org>
To: 55717@debbugs.gnu.org
Subject: [bug#55717] [PATCH] gnu: emacs-elm-mode: Update to 0.22.0
Date: Sun, 29 May 2022 23:29:48 +0000	[thread overview]
Message-ID: <f_bU_TnlqwVV5ZE03mQr_cknSonpwwQqFJN0oX19Z-RinPucc4H7qBwUSIxTAVMJ0QDmlWr517wWrXXrapMWgYkipuE1dc_9yVjrop2qAiQ=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 74 bytes --]

Hi,



---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-emacs-elm-mode-Update-to-0.22.0.patch --]
[-- Type: text/x-patch; filename="0001-gnu-emacs-elm-mode-Update-to-0.22.0.patch"; name="0001-gnu-emacs-elm-mode-Update-to-0.22.0.patch", Size: 1640 bytes --]

From 69fb2973247ec6fddcb78ca29aea892147c30ffc Mon Sep 17 00:00:00 2001
From: Luis Felipe <luis.felipe.la@protonmail.com>
Date: Sun, 29 May 2022 18:11:01 -0500
Subject: [PATCH] gnu: emacs-elm-mode: Update to 0.22.0.

This version fixes compilation on Emacs 28.1 (see
https://github.com/jcollard/elm-mode/issues/186).

*  gnu/packages/emacs-xyz.scm (emacs-elm-mode): Update to 0.22.0.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 31822dc641..ef1fa14aaa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -109,6 +109,7 @@
 ;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
+;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -19700,7 +19701,7 @@ (define-public emacs-ibuffer-vc
 (define-public emacs-elm-mode
   (package
     (name "emacs-elm-mode")
-    (version "0.21.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -19710,7 +19711,7 @@ (define-public emacs-elm-mode
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0iwk4fmw8hq3ry4ky1zc7lgl4cpbnrjyk74c2xzddfspi3ks41fd"))))
+        (base32 "1gnr61ibzcznfqy5f8capmbz75rcfikwy106rjdmp45qz2jwp4di"))))
     (propagated-inputs
      (list emacs-dash emacs-f emacs-reformatter emacs-s))
     (build-system emacs-build-system)
-- 
2.36.0


[-- Attachment #1.3: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1815 bytes --]

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

             reply	other threads:[~2022-05-29 23:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29 23:29 Luis Felipe via Guix-patches via [this message]
2022-06-05 21:33 ` bug#55717: [PATCH] gnu: emacs-elm-mode: Update to 0.22.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='f_bU_TnlqwVV5ZE03mQr_cknSonpwwQqFJN0oX19Z-RinPucc4H7qBwUSIxTAVMJ0QDmlWr517wWrXXrapMWgYkipuE1dc_9yVjrop2qAiQ=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=55717@debbugs.gnu.org \
    --cc=luis.felipe.la@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.