guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-ebuild-mode: Update to 1.37.


From: Ludovic Courtès
Subject: 04/05: gnu: emacs-ebuild-mode: Update to 1.37.
Date: Fri, 1 Sep 2017 04:40:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4735393a767708de21c05f5beeec2ee4e244c123
Author: ng0 <address@hidden>
Date:   Wed Aug 30 08:58:10 2017 +0000

    gnu: emacs-ebuild-mode: Update to 1.37.
    
    * gnu/packages/emacs.scm (emacs-ebuild-mode): Update to 1.37.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9852265..612126e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3608,7 +3608,7 @@ Lua programing language}.")
 (define-public emacs-ebuild-mode
   (package
     (name "emacs-ebuild-mode")
-    (version "1.30")
+    (version "1.37")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3617,7 +3617,7 @@ Lua programing language}.")
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vp7lq1kvmh1b2bms2x1kf2k76dy9m02d7cirkxpiglwaxa0h9vz"))))
+                "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
     (build-system emacs-build-system)
     (home-page "https://devmanual.gentoo.org";)
     (synopsis "Major modes for Gentoo package files")



reply via email to

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