guix-commits
[Top][All Lists]
Advanced

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

53/63: gnu: emacs-simple-modeline: Update to 1.4.


From: guix-commits
Subject: 53/63: gnu: emacs-simple-modeline: Update to 1.4.
Date: Sat, 29 May 2021 10:17:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0fc6f38e900ad981bd515c2761ce9519fc53b09a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:06:53 2021 +0200

    gnu: emacs-simple-modeline: Update to 1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-simple-modeline): Update to 1.4.
---
 gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d1eaf22..48a43e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25700,27 +25700,25 @@ replicate some of the features of the Doom modeline 
package.")
     (license license:gpl2+)))
 
 (define-public emacs-simple-modeline
-  (let ((commit "38973dec2912e2136d8fde5f2667063863fee15a")
-        (revision "1"))
-    (package
-      (name "emacs-simple-modeline")
-      (version (git-version"1.2" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/gexplorer/simple-modeline";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0y70hc3x8rxr8b5x8d0a23gpcadzrn43wmrsvqqxmmkqqp45n7gj"))))
-      (build-system emacs-build-system)
-      (home-page "https://github.com/gexplorer/simple-modeline";)
-      (synopsis "Simple mode-line configuration for Emacs")
-      (description
-       "This package provides a simple mode-line configuration for Emacs.")
-      (license license:gpl3+))))
+  (package
+    (name "emacs-simple-modeline")
+    (version "1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/gexplorer/simple-modeline";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1rnzrx7gcaw056cqvnb1wai4hala0r0gpk3a4kyyghyp9hmrxbb5"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/gexplorer/simple-modeline";)
+    (synopsis "Simple mode-line configuration for Emacs")
+    (description
+     "This package provides a simple mode-line configuration for Emacs.")
+    (license license:gpl3+)))
 
 (define-public emacs-frames-only-mode
   (package



reply via email to

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