diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-01-08 14:54:01 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:37 +0100 |
| commit | 0eb1418d36f09a479fc9e3430616ceceb93dfe73 (patch) | |
| tree | 0e10114fafc9a5e526a684b7de80cf2474e8d60c /gnu | |
| parent | f4e66325107e34e37b3c7c59e5eb59d483565080 (diff) | |
gnu: emacs-nerd-icons: Update to 0.1.0-2.d41902f.
* gnu/packages/emacs-xyz.scm
(emacs-nerd-icons): Update to 0.1.0-2.d41902f.
Merges guix/guix!5419
Change-Id: Idf458215d87b005badf5dfc8ab7761b134c00d83
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a32d7b7f9a9..c61fa202096 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34698,8 +34698,8 @@ files are easily readable and they work nicely with version control systems.") (license license:gpl3+))) (define-public emacs-nerd-icons - (let ((commit "4bd9795f1f3f47cb874e10ff5c3845e037f0b3e2") - (revision "1")) + (let ((commit "d41902fe68a94fcf4394f25a89ba2d510bec4461") + (revision "2")) (package (name "emacs-nerd-icons") (version (git-version "0.1.0" revision commit)) @@ -34711,10 +34711,11 @@ files are easily readable and they work nicely with version control systems.") (file-name (git-file-name name version)) (sha256 (base32 - "1imklm81jsq2jdjprsjm8pdq701c4l0rgn7l0f3l3xs602kg49l1")))) + "08j8sw8ik55pd0jw1nar90016nnd5bicd5mhrm202xzigqmx2bxl")))) (build-system emacs-build-system) (arguments - (list #:include #~(cons "^data\\/" %default-include))) + (list #:include #~(cons "^data\\/" %default-include) + #:tests? #f)) ; no tests (synopsis "Library for easily using nerd font icons inside Emacs") (description "Nerd-icons an alternative to all-the-icons. It works on both GUI and terminal, and requires a nerd font installed on your system.") |
