gnu: emacs-suneater-theme: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
86079683c2
commit
8541d09870
|
@ -1769,7 +1769,7 @@ Apprentice and Sourcerer.")
|
||||||
(define-public emacs-suneater-theme
|
(define-public emacs-suneater-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-suneater-theme")
|
(name "emacs-suneater-theme")
|
||||||
(version "2.2.1")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1778,7 +1778,7 @@ Apprentice and Sourcerer.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pnfiwnh2hr2hp4rxivx61j3hrmvwingjpfslnn535a3z9md0c4f"))
|
"19432hb4lkfvip72wrc9nqq5bc10nv0g4547x2sif5iqak43dw72"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~plattfot/suneater-theme")
|
(home-page "https://git.sr.ht/~plattfot/suneater-theme")
|
||||||
|
|
Reference in New Issue