mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-all-the-icons: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 4.0.1.
This commit is contained in:
parent
ec7d4b4de6
commit
0cc8cdbe1b
1 changed files with 7 additions and 7 deletions
|
@ -16949,7 +16949,7 @@ files are easily readable and they work nicely with version control systems.")
|
||||||
(define-public emacs-all-the-icons
|
(define-public emacs-all-the-icons
|
||||||
(package
|
(package
|
||||||
(name "emacs-all-the-icons")
|
(name "emacs-all-the-icons")
|
||||||
(version "3.2.0")
|
(version "4.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16958,8 +16958,7 @@ files are easily readable and they work nicely with version control systems.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0yh7gnv9xfqn8q4rzaa6wpyn9575vyfxy7d3afly2mqsb367fgm5"))))
|
||||||
"1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include '("\\.el$" "^data/" "^fonts/")
|
`(#:include '("\\.el$" "^data/" "^fonts/")
|
||||||
|
@ -16972,10 +16971,11 @@ files are easily readable and they work nicely with version control systems.")
|
||||||
("memoize" ,emacs-memoize)))
|
("memoize" ,emacs-memoize)))
|
||||||
(home-page "https://github.com/domtronn/all-the-icons.el")
|
(home-page "https://github.com/domtronn/all-the-icons.el")
|
||||||
(synopsis "Collect icon fonts and propertize them within Emacs")
|
(synopsis "Collect icon fonts and propertize them within Emacs")
|
||||||
(description "All-the-icons is a utility package to collect various icon
|
(description
|
||||||
fonts and propertize them within Emacs. Icon fonts allow you to propertize
|
"All-the-icons is a utility package to collect various icon fonts and
|
||||||
and format icons the same way you would normal text. This enables things such
|
propertize them within Emacs. Icon fonts allow you to propertize and format
|
||||||
as better scaling of and anti aliasing of the icons.")
|
icons the same way you would normal text. This enables things such as better
|
||||||
|
scaling of and anti aliasing of the icons.")
|
||||||
;; Package is released under Expat license. Elisp files are licensed
|
;; Package is released under Expat license. Elisp files are licensed
|
||||||
;; under GPL3+. Fonts come with various licenses: Expat for
|
;; under GPL3+. Fonts come with various licenses: Expat for
|
||||||
;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
|
;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue