guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: emacs-hide-mode-line: Update to 1.0.3.


From: guix-commits
Subject: 02/06: gnu: emacs-hide-mode-line: Update to 1.0.3.
Date: Sun, 27 Aug 2023 00:35:32 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 262efbf9b1bc3d589501d7291d5373a57c04c81b
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Mon Aug 21 11:47:57 2023 +0100

    gnu: emacs-hide-mode-line: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-hide-mode-line): Update to 1.0.3.
    
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dcc9852651..9d2bb63674 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34192,25 +34192,28 @@ shift-reduce parser function.")
     (license license:gpl3+)))
 
 (define-public emacs-hide-mode-line
-  (package
-    (name "emacs-hide-mode-line")
-    (version "1.0.2")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/hlissner/emacs-hide-mode-line";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0dfzjgxfkcw4wisbyldsm1km18pfp9j8xgadn6qnsz11l55bpgyp"))))
-    (build-system emacs-build-system)
-    (synopsis "Emacs plugin that hides the mode-line")
-    (description "A minor mode that hides the mode-line in your current
-buffer.  It can be used to toggle an alternative mode-line, toggle its 
visibility,
-or simply disable the mode-line in buffers where it is not very useful.")
-    (home-page "https://github.com/hlissner/emacs-hide-mode-line";)
-    (license license:expat)))
+  ;; XXX: Commit below refers to the un-tagged latest release.
+  (let ((commit "bc5d293576c5e08c29e694078b96a5ed85631942"))
+    (package
+      (name "emacs-hide-mode-line")
+      (version "1.0.3")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/hlissner/emacs-hide-mode-line";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "12mfhg0r3gvy59ijy44vsircn251nmisp04k9vvgd2yhykpsr1j6"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/hlissner/emacs-hide-mode-line";)
+      (synopsis "Emacs plugin that hides the mode-line")
+      (description
+       "A minor mode that hides the mode-line in your current buffer.  It can 
be
+used to toggle an alternative mode-line, toggle its visibility, or simply
+disable the mode-line in buffers where it is not very useful.")
+      (license license:expat))))
 
 (define-public emacs-helm-cider
   (package



reply via email to

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