mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
ce2804c581
commit
9e8da0b338
1 changed files with 2 additions and 2 deletions
|
@ -32502,7 +32502,7 @@ (define-public emacs-spacemacs-theme
|
|||
(define-public emacs-elixir-mode
|
||||
(package
|
||||
(name "emacs-elixir-mode")
|
||||
(version "2.4.1")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -32511,7 +32511,7 @@ (define-public emacs-elixir-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g1krxgm3x8mj959yin1k8khqhgdr70cymvn78kb0w286079xkmn"))))
|
||||
(base32 "0xqwlahy2m5b3h7jx0ksy970clqm253mn87jhq9xvbggvbvczp6l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-pkg-info))
|
||||
|
|
Loading…
Reference in a new issue