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:
parent
32ead478e4
commit
0bb10d4f93
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue