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

* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.3.2.
This commit is contained in:
Nicolas Goaziou 2021-02-18 16:13:46 +01:00
parent 8360705948
commit b21c9e7572
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24231,7 +24231,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.1") (version "2.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24240,7 +24240,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 "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg")))) (base32 "0f2a360h8bizvqk6bmgxm59g8n7id5rzwlbv6d383h15w298mcga"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-pkg-info" ,emacs-pkg-info))) `(("emacs-pkg-info" ,emacs-pkg-info)))