mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
d95c773aa3
commit
c66369d629
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue