unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74908] [PATCH] gnu: emacs-nerd-icons: Update to 0.1.0-1.4bd9795.
@ 2024-12-16  5:57 Fredrik Salomonsson
  0 siblings, 0 replies; only message in thread
From: Fredrik Salomonsson @ 2024-12-16  5:57 UTC (permalink / raw)
  To: 74908
  Cc: Fredrik Salomonsson, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-nerd-icons): Update to 0.1.0-1.4bd9795.

Change-Id: If036139abab5617a33712cde50ebfbd682e9ec78
---
 gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2809894d1a..5ed4abae45 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30506,25 +30506,27 @@ (define-public emacs-editorconfig
     (license license:gpl3+)))
 
 (define-public emacs-nerd-icons
-  (package
-    (name "emacs-nerd-icons")
-    (version "0.1.0")
-    (home-page "https://github.com/rainstormstudio/nerd-icons.el")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference (url home-page) (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0ggj6lm02m7nb5gxnqs2v2lkxsclml6kq176vam9qyg1fsm7yvdw"))))
-    (build-system emacs-build-system)
-    (arguments
-     (list #:include #~(cons "^data\\/" %default-include)))
-    (synopsis "Library for easily using nerd font icons inside Emacs")
-    (description "Nerd-icons an alternative to all-the-icons.  It works on both
+  (let ((commit "4bd9795f1f3f47cb874e10ff5c3845e037f0b3e2")
+        (revision "1"))
+    (package
+      (name "emacs-nerd-icons")
+      (version (git-version "0.1.0" revision commit))
+      (home-page "https://github.com/rainstormstudio/nerd-icons.el")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference (url home-page) (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1imklm81jsq2jdjprsjm8pdq701c4l0rgn7l0f3l3xs602kg49l1"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list #:include #~(cons "^data\\/" %default-include)))
+      (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.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-all-the-icons
   (package

base-commit: 64ac17035d66d98d3081bc7fc558c33e1be8e4f4
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-16  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16  5:57 [bug#74908] [PATCH] gnu: emacs-nerd-icons: Update to 0.1.0-1.4bd9795 Fredrik Salomonsson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).