me
/
guix
Archived
1
0
Fork 0

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>
master
Luis Felipe 2022-05-29 18:11:01 -05:00 committed by Ludovic Courtès
parent 1c537569ed
commit ff8c7be8d1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -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)