mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
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:
parent
699c630946
commit
1f221c9fc5
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue