gnu: emacs-elixir-mode: Update to 2.4.1.

* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.4.1.
This commit is contained in:
Nicolas Goaziou 2023-06-24 16:54:10 +02:00
parent 520ab5964a
commit 2189a020f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32504,7 +32504,7 @@ (define-public emacs-spacemacs-theme
(define-public emacs-elixir-mode
(package
(name "emacs-elixir-mode")
(version "2.3.2")
(version "2.4.1")
(source
(origin
(method git-fetch)
@ -32513,7 +32513,7 @@ (define-public emacs-elixir-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0f2a360h8bizvqk6bmgxm59g8n7id5rzwlbv6d383h15w298mcga"))))
(base32 "0g1krxgm3x8mj959yin1k8khqhgdr70cymvn78kb0w286079xkmn"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-pkg-info))