GNU bug report logs -
#55452
[PATCH] gnu: emacs-doom-themes: Update to e9bdd13.
Previous Next
Reported by: luishgh <luishenriquegh2701 <at> gmail.com>
Date: Mon, 16 May 2022 14:03:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 May 2022 17:57:34 +0200
with message-id <87k0almpw1.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#55452] [PATCH] gnu: emacs-doom-themes: Update to e9bdd13.
has caused the debbugs.gnu.org bug report #55452,
regarding [PATCH] gnu: emacs-doom-themes: Update to e9bdd13.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
55452: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55452
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13.
---
Update emacs-doom-themes to fix failing build.
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bdbed00c28..8d66278b8f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27522,8 +27522,8 @@ (define-public emacs-quasi-monochrome
(license license:gpl3+))))
(define-public emacs-doom-themes
- (let ((commit "e803fc4ac8cf7118e2d1544d8241b848b5e79e9f")
- (revision "5")
+ (let ((commit "e9bdd137116fa2037ed60037b8421cf68c64888d")
+ (revision "6")
(version "2.1.6"))
(package
(name "emacs-doom-themes")
@@ -27535,7 +27535,7 @@ (define-public emacs-doom-themes
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
+ (base32 "178ri980kwkndb73dawhsfr1dkl6xjdb451z0iar9ghk8z0r0wpg"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-ert-runner))
--
2.36.0
[Message part 3 (message/rfc822, inline)]
Hello,
luishgh <luishenriquegh2701 <at> gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to e9bdd13.
> ---
> Update emacs-doom-themes to fix failing build.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.