guix-commits
[Top][All Lists]
Advanced

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

02/55: gnu: emacs-show-font: Update to 0.2.0.


From: guix-commits
Subject: 02/55: gnu: emacs-show-font: Update to 0.2.0.
Date: Sun, 26 Jan 2025 14:59:42 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c66369d6299919be83407c28d57d09192d78405a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 26 19:31:45 2025 +0100

    gnu: emacs-show-font: Update to 0.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-show-font): Update to 0.2.0.
    
    Change-Id: Ibc1a0e54ddc0f67e9dd1ab1bbac43c4383991814
---
 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 89ef9d35a2..2d34ee5362 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1338,7 +1338,7 @@ is based off of Slim mode.")
 (define-public emacs-show-font
   (package
     (name "emacs-show-font")
-    (version "0.1.2")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -1347,7 +1347,7 @@ is based off of Slim mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kbkbvqhdqpsmci0756w2j7igxdj0qfzy823mvc5lb6yj8gwq9dl"))))
+        (base32 "0bvd1jw5x623zh0ga8hvq7mdmijlvlwk478adlvg1k1a6s371wss"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/protesilaos/show-font";)
     (synopsis "Show font features in a buffer")



reply via email to

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