gnu: emacs-suneater-theme: Update to 2.2.1.

* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.1.
This commit is contained in:
Nicolas Goaziou 2023-02-24 11:50:10 +01:00
parent 699c630946
commit 1f221c9fc5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1596,7 +1596,7 @@ (define-public emacs-theme-sorcery
(define-public emacs-suneater-theme
(package
(name "emacs-suneater-theme")
(version "2.2.0")
(version "2.2.1")
(source
(origin
(method git-fetch)
@ -1605,7 +1605,7 @@ (define-public emacs-suneater-theme
(commit version)))
(sha256
(base32
"1g0mf3m1ja70zdhyw1li4m765wvsb0b6hqd1ma42cn5mccz8yxh3"))
"1pnfiwnh2hr2hp4rxivx61j3hrmvwingjpfslnn535a3z9md0c4f"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://git.sr.ht/~plattfot/suneater-theme")