mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cnfonts: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-cnfonts): Update to 1.1.1.
This commit is contained in:
parent
aa4977d26d
commit
3efd10e36e
1 changed files with 2 additions and 2 deletions
|
@ -17205,7 +17205,7 @@ constructs.")
|
||||||
(define-public emacs-cnfonts
|
(define-public emacs-cnfonts
|
||||||
(package
|
(package
|
||||||
(name "emacs-cnfonts")
|
(name "emacs-cnfonts")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17214,7 +17214,7 @@ 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 "156qj5dkipa5a3f3scldf1mcfvmp1g199ds2wyi6jk5gqfv73zsd"))))
|
(base32 "0k0mh653sjwhli6hxdyzvcqdmpxdsx1s0fwzsw69dfr6nxr7f1dv"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue