mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-boon: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-boon): Update to 1.2.
This commit is contained in:
parent
d4c6e90a7b
commit
f56c8ba044
1 changed files with 2 additions and 2 deletions
|
@ -13601,7 +13601,7 @@ configuration of Chinese fonts.")
|
||||||
(define-public emacs-boon
|
(define-public emacs-boon
|
||||||
(package
|
(package
|
||||||
(name "emacs-boon")
|
(name "emacs-boon")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13610,7 +13610,7 @@ configuration of Chinese fonts.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ss9bjs34q41pa0g0nbdzd8fwpjcbd2239rdlx5aykfv9v0b8j77"))))
|
(base32 "18il2licf8pgfcrpx2bk55gpf8f537kb9cxqz83jldkhiyry74il"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue