guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit c33cee95bb16f38ea1f04ba2c03d600a905e9534
Author: Sergey Trofimov <[email protected]>
AuthorDate: Thu Jan 8 14:54:01 2026 +0100

    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 <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d07f9a2042..47561ca9ba 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.")

Reply via email to