mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-suneater-theme: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1461bf96e3
commit
4ab75f7c48
1 changed files with 2 additions and 2 deletions
|
@ -1594,7 +1594,7 @@ (define-public emacs-theme-sorcery
|
|||
(define-public emacs-suneater-theme
|
||||
(package
|
||||
(name "emacs-suneater-theme")
|
||||
(version "2.0.0")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1603,7 +1603,7 @@ (define-public emacs-suneater-theme
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0nlam8f8ly86y7p2dn10y9ixnm7bhmigsx7si4cjynh6aiyczyds"))
|
||||
"1g0mf3m1ja70zdhyw1li4m765wvsb0b6hqd1ma42cn5mccz8yxh3"))
|
||||
(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