GNU bug report logs - #77799
[PATCH emacs-team] gnu: emacs-nord-theme: Update to 0.6.0.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 14 Apr 2025 12:09:01 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#77799: closed (Re: [bug#77799] [PATCH emacs-team] gnu:
 emacs-nord-theme: Update to 0.6.0.)
Date: Mon, 21 Apr 2025 13:34:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77799: [PATCH emacs-team] gnu: emacs-nord-theme: Update to 0.6.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77799 <at> debbugs.gnu.org.

-- 
77799: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77799
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: 77799-done <at> debbugs.gnu.org
Subject: Re: [bug#77799] [PATCH emacs-team] gnu: emacs-nord-theme: Update to
 0.6.0.
Date: Mon, 21 Apr 2025 15:34:13 +0200
[Message part 3 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: emacs-nord-theme: Update to 0.6.0.
Date: Mon, 14 Apr 2025 14:07:34 +0200
* gnu/packages/emacs-xyz.scm (emacs-nord-theme): Update to 0.6.0.

Change-Id: Ib7d2e0f9b4b681dff72011606eebff35877b740b
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82831f0595..7f5d2e1fde 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41661,7 +41661,7 @@ (define-public emacs-monokai-theme
 (define-public emacs-nord-theme
   (package
     (name "emacs-nord-theme")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -41670,8 +41670,9 @@ (define-public emacs-nord-theme
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "096f8cik4jz89bvkifwp3gm9iraqrd75ljy2q9js724v7yj88711"))))
+        (base32 "0gsfjb07mgmch3vw7wx4q1xhmagrkiqjx7k3529nsii5xd2rwmbn"))))
     (build-system emacs-build-system)
+    (arguments (list #:tests? #f)) ; no tests
     (home-page "https://www.nordtheme.com/")
     (synopsis "Low contrast arctic color theme for Emacs")
     (description

base-commit: 373545dc9efbae6589f502773aa49e26e42c585e
-- 
2.49.0




This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.