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:
Nicolas Goaziou 2023-03-08 15:43:29 +01:00
parent 2387d0cce4
commit 159f83e489
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16827,7 +16827,7 @@ (define-public emacs-cdlatex
(define-public emacs-cnfonts
(package
(name "emacs-cnfonts")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -16836,11 +16836,11 @@ (define-public emacs-cnfonts
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vim429ikgsh7zvh521af39xgmm6qb3fc3pwb51458fj010gf8pj"))))
(base32 "156qj5dkipa5a3f3scldf1mcfvmp1g199ds2wyi6jk5gqfv73zsd"))))
(build-system emacs-build-system)
(home-page "https://github.com/tumashu/cnfonts")
(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.")
(license license:gpl2+)))