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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-moody: Update to 0.7.1.
Date: Sat, 12 Feb 2022 04:43:01 -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 1249251e9b gnu: emacs-moody: Update to 0.7.1.
1249251e9b is described below

commit 1249251e9b3437f37985bc4dcd52e02ca04bfb65
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 12 10:42:15 2022 +0100

    gnu: emacs-moody: Update to 0.7.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.
---
 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 b53e03d2ae..13534b6abc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1077,7 +1077,7 @@ displayed at the bottom or at the top.")
 (define-public emacs-moody
   (package
     (name "emacs-moody")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
@@ -1086,7 +1086,7 @@ displayed at the bottom or at the top.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xzi93hp4jrxqi3x31cpx4ff1yh2gq9y7qvv65gj19cfk9a0da88"))))
+        (base32 "09yyihx6cpa724z6cj2rqspajwj325ipgpmckklpgq6l4h5xnwy4"))))
     (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]