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.4.1.
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.4.1.
This commit is contained in:
parent
520ab5964a
commit
2189a020f4
1 changed files with 2 additions and 2 deletions
|
@ -32504,7 +32504,7 @@ (define-public emacs-spacemacs-theme
|
||||||
(define-public emacs-elixir-mode
|
(define-public emacs-elixir-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-elixir-mode")
|
(name "emacs-elixir-mode")
|
||||||
(version "2.3.2")
|
(version "2.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32513,7 +32513,7 @@ (define-public emacs-elixir-mode
|
||||||
(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 "0f2a360h8bizvqk6bmgxm59g8n7id5rzwlbv6d383h15w298mcga"))))
|
(base32 "0g1krxgm3x8mj959yin1k8khqhgdr70cymvn78kb0w286079xkmn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-pkg-info))
|
(list emacs-pkg-info))
|
||||||
|
|
Loading…
Reference in a new issue