guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ebuild-mode: Update to 1.51.


From: guix-commits
Subject: branch master updated: gnu: emacs-ebuild-mode: Update to 1.51.
Date: Mon, 27 Jul 2020 05:25:29 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a0a7fdd  gnu: emacs-ebuild-mode: Update to 1.51.
a0a7fdd is described below

commit a0a7fdd3d8ba9693294fe283cc627bc104ccbd24
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 27 11:25:05 2020 +0200

    gnu: emacs-ebuild-mode: Update to 1.51.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
---
 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 adfddaa..43b22dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8850,7 +8850,7 @@ Lua programming language}.")
 (define-public emacs-ebuild-mode
   (package
     (name "emacs-ebuild-mode")
-    (version "1.50")
+    (version "1.51")
     (source
      (origin
        (method url-fetch)
@@ -8859,7 +8859,7 @@ Lua programming language}.")
              "ebuild-mode-" version ".tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
-        (base32 "0bgi98vx6ahxijw69kfdiy3rkjdg7yi6k3bkjyasak5920m6fj1d"))))
+        (base32 "0sfmd6ns2qdmybcynlvc4fqzkbkzmm54rn87wyirdcqnpy0x03i2"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases



reply via email to

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