guix-commits
[Top][All Lists]
Advanced

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

25/38: gnu: emacs-moody: Update to 1.0.0.


From: guix-commits
Subject: 25/38: gnu: emacs-moody: Update to 1.0.0.
Date: Sun, 21 May 2023 08:55:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6bf3f3ff0a3aafac74e6c951a6b59ad4d503cd9a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 14:20:21 2023 +0200

    gnu: emacs-moody: Update to 1.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.0.0.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b5ab1e7904..7a1a0f72d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1638,7 +1638,7 @@ displayed at the bottom or at the top.")
 (define-public emacs-moody
   (package
     (name "emacs-moody")
-    (version "0.7.1")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1647,8 +1647,10 @@ displayed at the bottom or at the top.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09yyihx6cpa724z6cj2rqspajwj325ipgpmckklpgq6l4h5xnwy4"))))
+        (base32 "03rg1f8lnxc16cipadaxgvl9cdxlihn64xbww35n8cbkhgmmir5z"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-compat))
     (home-page "https://github.com/tarsius/moody";)
     (synopsis "Tabs and ribbons for Emacs mode-line")
     (description



reply via email to

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