mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cnfonts: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-cnfonts): Update to 1.1.0. [description]: Use proper capitalization.
This commit is contained in:
parent
2387d0cce4
commit
159f83e489
1 changed files with 3 additions and 3 deletions
|
@ -16827,7 +16827,7 @@ constructs.")
|
||||||
(define-public emacs-cnfonts
|
(define-public emacs-cnfonts
|
||||||
(package
|
(package
|
||||||
(name "emacs-cnfonts")
|
(name "emacs-cnfonts")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16836,11 +16836,11 @@ constructs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vim429ikgsh7zvh521af39xgmm6qb3fc3pwb51458fj010gf8pj"))))
|
(base32 "156qj5dkipa5a3f3scldf1mcfvmp1g199ds2wyi6jk5gqfv73zsd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/tumashu/cnfonts")
|
(home-page "https://github.com/tumashu/cnfonts")
|
||||||
(synopsis "Emacs Chinese fonts setup tool")
|
(synopsis "Emacs Chinese fonts setup tool")
|
||||||
(description "cnfonts is a Chinese fonts setup tool, allowing for easy
|
(description "Cnfonts is a Chinese fonts setup tool, allowing for easy
|
||||||
configuration of Chinese fonts.")
|
configuration of Chinese fonts.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue