From: Fredrik Salomonsson <plattfot@posteo.net>
To: 74908@debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot@posteo.net>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#74908] [PATCH] gnu: emacs-nerd-icons: Update to 0.1.0-1.4bd9795.
Date: Mon, 16 Dec 2024 05:57:32 +0000 [thread overview]
Message-ID: <ff6affc65be5fe1ad684e8f4bec4e53d8ca7a1fc.1734328637.git.plattfot@posteo.net> (raw)
* 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
reply other threads:[~2024-12-16 5:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ff6affc65be5fe1ad684e8f4bec4e53d8ca7a1fc.1734328637.git.plattfot@posteo.net \
--to=plattfot@posteo.net \
--cc=74908@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.