me
/
guix
Archived
1
0
Fork 0

gnu: emacs-all-the-icons: Update to 5.0.0.

* gnu/packages/emacs-xyz.scm (emacs-all-the-icons): Update to 5.0.0.
master
Nicolas Goaziou 2021-06-05 15:56:20 +02:00
parent fb41cc6c41
commit bdab742322
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -21335,7 +21335,7 @@ files are easily readable and they work nicely with version control systems.")
(define-public emacs-all-the-icons
(package
(name "emacs-all-the-icons")
(version "4.0.1")
(version "5.0.0")
(source
(origin
(method git-fetch)
@ -21344,7 +21344,7 @@ files are easily readable and they work nicely with version control systems.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0yh7gnv9xfqn8q4rzaa6wpyn9575vyfxy7d3afly2mqsb367fgm5"))))
(base32 "0lwgvgnqf7vihglm0c5bwsxbl4x7f641289cji5s7jwy2dbsqk7g"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "^data/" "^fonts/")