GNU bug report logs -
#74908
[PATCH] gnu: emacs-nerd-icons: Update to 0.1.0-1.4bd9795.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74908 in the body.
You can then email your comments to 74908 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#74908
; Package
guix-patches
.
(Mon, 16 Dec 2024 05:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fredrik Salomonsson <plattfot <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Mon, 16 Dec 2024 05:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 23 Dec 2024 23:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Fredrik Salomonsson <plattfot <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 23 Dec 2024 23:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74908-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-nerd-icons): Update to 0.1.0-1.4bd9795.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 21 Jan 2025 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.