guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-moody: Update to 0.7.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-moody: Update to 0.7.0.
Date: Sun, 02 Jan 2022 05:03:27 -0500

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 797f2a15d8 gnu: emacs-moody: Update to 0.7.0.
797f2a15d8 is described below

commit 797f2a15d89714229b95e798f4d2f81d9ab0bcd0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 2 11:02:38 2022 +0100

    gnu: emacs-moody: Update to 0.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.0.
---
 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 c9db7b524f..0b13aca6a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -966,7 +966,7 @@ Alternatively the menu can be bound globally, for example:
 (define-public emacs-moody
   (package
     (name "emacs-moody")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -975,7 +975,7 @@ Alternatively the menu can be bound globally, for example:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14x3hd0z0nh0dyfi434vqywi7aawfxhlqj6sp7m17np56zq32yhi"))))
+        (base32 "1xzi93hp4jrxqi3x31cpx4ff1yh2gq9y7qvv65gj19cfk9a0da88"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tarsius/moody";)
     (synopsis "Tabs and ribbons for Emacs mode-line")



reply via email to

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