guix-commits
[Top][All Lists]
Advanced

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

39/53: gnu: emacs-mood-line: Update to 3.1.1.


From: guix-commits
Subject: 39/53: gnu: emacs-mood-line: Update to 3.1.1.
Date: Mon, 1 Jan 2024 20:26:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 791bd4ca89c394a8597fbf52cbe7585b8a6de93c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:19:42 2024 +0100

    gnu: emacs-mood-line: Update to 3.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 3.1.1.
    
    Change-Id: I3511f594fb499722bf2f22581e5c151d920552f0
---
 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 1f553008fc..20a637484a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34338,7 +34338,7 @@ icon support, git integration, and several other 
utilities.")
 (define-public emacs-mood-line
   (package
     (name "emacs-mood-line")
-    (version "2.2.0")
+    (version "3.1.1")
     (source
      (origin
        (method git-fetch)
@@ -34347,7 +34347,7 @@ icon support, git integration, and several other 
utilities.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z50vr3ymn466z26qh0ybbm8aaizl5ghi471a47cp8bnnn9y9dqg"))))
+        (base32 "19yh93kkyailczv1yyg7jhmzwl768sg0rk4as5kgqays87h9bnfn"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/jessieh/mood-line";)
     (synopsis "Minimal mode-line for Emacs")



reply via email to

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