diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-24 11:50:10 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-02-24 11:55:14 +0100 |
commit | 1f221c9fc5e270e06611fb62af5efe5cee3afdc3 (patch) | |
tree | f5478df732b61a857a1abeee461860331b2ad8d6 /gnu | |
parent | 699c63094683998a424c41b12638fcf6b5a11e0f (diff) | |
download | guix-1f221c9fc5e270e06611fb62af5efe5cee3afdc3.tar.gz |
gnu: emacs-suneater-theme: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5037848567..bfbf5b1abd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1596,7 +1596,7 @@ Apprentice and Sourcerer.") (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 @@ Apprentice and Sourcerer.") (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") |