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 @@ 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+)))