guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/10: gnu: emacs-elm-mode: Update to 0.22.0.


From: guix-commits
Subject: 10/10: gnu: emacs-elm-mode: Update to 0.22.0.
Date: Sun, 5 Jun 2022 17:41:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ff8c7be8d1631f841a138322c6a7a8fc37377577
Author: Luis Felipe <luis.felipe.la@protonmail.com>
AuthorDate: Sun May 29 18:11:01 2022 -0500

    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.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 8d325089b4..3d49b154b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -111,6 +111,7 @@
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
 ;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
+;;; Copyright © 2022 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -19749,7 +19750,7 @@ by the status of listed files.")
 (define-public emacs-elm-mode
   (package
     (name "emacs-elm-mode")
-    (version "0.21.0")
+    (version "0.22.0")
     (source
      (origin
        (method git-fetch)
@@ -19759,7 +19760,7 @@ by the status of listed files.")
          (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]