mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: emacs-suneater-theme: Update to 2.5.2.
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.5.2. Change-Id: I09ddb510e59d461b7f383a400ef8b7cfbeb19714 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d2b9736c5e
commit
069e4d86b8
1 changed files with 2 additions and 2 deletions
|
@ -2103,7 +2103,7 @@ (define-public emacs-theme-sorcery
|
|||
(define-public emacs-suneater-theme
|
||||
(package
|
||||
(name "emacs-suneater-theme")
|
||||
(version "2.4.0")
|
||||
(version "2.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2112,7 +2112,7 @@ (define-public emacs-suneater-theme
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1j216w9c2psynlsl8gdmnya5a60cyx100ibm15zyyaav75wccn5j"))
|
||||
"1501kj933717jw9prx03x1k8n520z7a268bl03m3m82qn5hjq0ad"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://git.sr.ht/~plattfot/suneater-theme")
|
||||
|
|
Loading…
Reference in a new issue