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
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:45 +01:00
parent d95c773aa3
commit c66369d629
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1338,7 +1338,7 @@ (define-public emacs-pug-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 @@ (define-public emacs-show-font
(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")