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:
Fredrik Salomonsson 2023-02-20 00:16:09 +00:00 committed by Christopher Baines
parent 1461bf96e3
commit 4ab75f7c48
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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")