guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-elixir-mode: Update to 2.3.2.


From: guix-commits
Subject: 01/02: gnu: emacs-elixir-mode: Update to 2.3.2.
Date: Thu, 18 Feb 2021 10:14:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b21c9e7572c616b1b21dc3c1b335079ff6d4a563
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:13:46 2021 +0100

    gnu: emacs-elixir-mode: Update to 2.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.3.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 133e5f3..3732999 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24231,7 +24231,7 @@ and it should work well with 256 color terminals.")
 (define-public emacs-elixir-mode
   (package
     (name "emacs-elixir-mode")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
      (origin
        (method git-fetch)
@@ -24240,7 +24240,7 @@ and it should work well with 256 color terminals.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg"))))
+        (base32 "0f2a360h8bizvqk6bmgxm59g8n7id5rzwlbv6d383h15w298mcga"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-pkg-info" ,emacs-pkg-info)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]