lilyp pushed a commit to branch emacs-team in repository guix. commit 3dd75022b9c7ad2ed3ee4db68faad0ac2c9d5f29 Author: Cayetano Santos <csant...@inventati.org> 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 0390c27dcb..76a45667e2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41883,7 +41883,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) @@ -41892,8 +41892,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