1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

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
This commit is contained in:
Cayetano Santos 2025-04-14 14:07:34 +02:00 committed by Liliana Marie Prikler
parent 32ead478e4
commit 0bb10d4f93
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -42240,7 +42240,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)
@ -42249,8 +42249,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