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

* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.5.0.
This commit is contained in:
Nicolas Goaziou 2023-07-01 00:48:02 +02:00
parent ce2804c581
commit 9e8da0b338
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -32502,7 +32502,7 @@ and it should work well with 256 color terminals.")
(define-public emacs-elixir-mode (define-public emacs-elixir-mode
(package (package
(name "emacs-elixir-mode") (name "emacs-elixir-mode")
(version "2.4.1") (version "2.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -32511,7 +32511,7 @@ and it should work well with 256 color terminals.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0g1krxgm3x8mj959yin1k8khqhgdr70cymvn78kb0w286079xkmn")))) (base32 "0xqwlahy2m5b3h7jx0ksy970clqm253mn87jhq9xvbggvbvczp6l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-pkg-info)) (list emacs-pkg-info))