guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-smart-mode-line: Update to 2.14.


From: guix-commits
Subject: branch master updated: gnu: emacs-smart-mode-line: Update to 2.14.
Date: Tue, 05 Oct 2021 03:22:40 -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 68ef672  gnu: emacs-smart-mode-line: Update to 2.14.
68ef672 is described below

commit 68ef672b3ed22dde14a1e4f66ccb87fed6385acf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 5 09:22:00 2021 +0200

    gnu: emacs-smart-mode-line: Update to 2.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.14.
---
 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 6885b3e..2fb3919 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5358,7 +5358,7 @@ configuration.")
 (define-public emacs-smart-mode-line
   (package
     (name "emacs-smart-mode-line")
-    (version "2.13")
+    (version "2.14")
     (source
      (origin
        (method git-fetch)
@@ -5367,7 +5367,7 @@ configuration.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"))))
+        (base32 "1h5w5lrgrmhpaqwppg5msylh7z78mvwy9mm8xiiv8w4wxvncxxl2"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-rich-minority" ,emacs-rich-minority)))



reply via email to

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