all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabio Natali <me@fabionatali.com>
To: 65150@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>
Subject: [bug#65150] [PATCH] gnu: emacs-hide-mode-line: Update to 1.0.3-0.bc5d293.
Date: Tue,  8 Aug 2023 14:53:40 +0100	[thread overview]
Message-ID: <b37a17e5afd25bf0bab4013a9d0a1d39762d2f1b.1691502389.git.me@fabionatali.com> (raw)

* gnu/packages/emacs-xyz.scm (emacs-hide-mode-line): Update to 1.0.3-0.bc5d293.
---

Hi, emacs-hide-mode-line 1.0.2 has a couple of issues that were solved upstream as part of the 1.0.3 release. See the links below for further info.

https://github.com/hlissner/emacs-hide-mode-line/commit/daa4908a14c647382cb24fa2f7ceaa3aba3517d4
https://github.com/hlissner/emacs-hide-mode-line/commit/cc81ba34f49d91e885fc0b0e539d68ca9368b5f5

Unfortunately, no Git tag has been created for version 1.0.3. I've contacted the Author in case they might be willing to create a 1.0.3 tag - but in the meantime I thought of bumping the Guix package using the commit.

Hope this is fine, cheers, Fabio.

 gnu/packages/emacs-xyz.scm | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed3d89d51f..12ef23b1cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34121,25 +34121,27 @@ (define-public emacs-parseclj
     (license license:gpl3+)))
 
 (define-public emacs-hide-mode-line
-  (package
-    (name "emacs-hide-mode-line")
-    (version "1.0.2")
-    (source (origin
+  (let ((commit "bc5d293576c5e08c29e694078b96a5ed85631942")
+        (revision "0"))
+    (package
+     (name "emacs-hide-mode-line")
+     (version (git-version "1.0.3" revision commit))
+     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/hlissner/emacs-hide-mode-line")
-                    (commit (string-append "v" version))))
+                    (commit commit)))
               (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
+                "12mfhg0r3gvy59ijy44vsircn251nmisp04k9vvgd2yhykpsr1j6"))))
+     (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)))
+     (home-page "https://github.com/hlissner/emacs-hide-mode-line")
+     (license license:expat))))
 
 (define-public emacs-helm-cider
   (package

base-commit: 782ef67a59f4b564f16101cf23c30a3777b3f734
-- 
2.41.0





             reply	other threads:[~2023-08-08 14:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-08 13:53 Fabio Natali [this message]
2023-08-21  4:59 ` [bug#65150] [PATCH] gnu: emacs-hide-mode-line: Update to 1.0.3-0.bc5d293 Hilton Chain via Guix-patches via
2023-08-21 11:01   ` Fabio Natali
2023-08-27  3:53 ` bug#65150: " Hilton Chain via Guix-patches via
2023-08-27  9:22   ` [bug#65150] " Fabio Natali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b37a17e5afd25bf0bab4013a9d0a1d39762d2f1b.1691502389.git.me@fabionatali.com \
    --to=me@fabionatali.com \
    --cc=65150@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.