guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit d1750d8a50b02dfed20506b6c19a2f96f25d40c0
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Apr 14 14:07:34 2025 +0200
gnu: emacs-nord-theme: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-nord-theme): Update to 0.6.0.
[arguments]: Add #:tests? #f.
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 270477f578..58a28e0bbe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42214,7 +42214,7 @@ Emacs.")
(define-public emacs-nord-theme
(package
(name "emacs-nord-theme")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -42223,8 +42223,9 @@ Emacs.")
(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