gnu: emacs-suneater-theme: Update to 2.4.0.
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.4.0. Change-Id: I44b88f1956756e03fb1e4fee4c19ff37bf6e75c3
This commit is contained in:
parent
8e813f4866
commit
2a28bd0fd7
1 changed files with 2 additions and 2 deletions
|
@ -1976,7 +1976,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.3.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1985,7 +1985,7 @@ Apprentice and Sourcerer.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19432hb4lkfvip72wrc9nqq5bc10nv0g4547x2sif5iqak43dw72"))
|
"1j216w9c2psynlsl8gdmnya5a60cyx100ibm15zyyaav75wccn5j"))
|
||||||
(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 a new issue