me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.3.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Fredrik Salomonsson 2023-04-22 21:22:24 +00:00 committed by Nicolas Goaziou
parent 86079683c2
commit 8541d09870
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1769,7 +1769,7 @@ Apprentice and Sourcerer.")
(define-public emacs-suneater-theme (define-public emacs-suneater-theme
(package (package
(name "emacs-suneater-theme") (name "emacs-suneater-theme")
(version "2.2.1") (version "2.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1778,7 +1778,7 @@ Apprentice and Sourcerer.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"1pnfiwnh2hr2hp4rxivx61j3hrmvwingjpfslnn535a3z9md0c4f")) "19432hb4lkfvip72wrc9nqq5bc10nv0g4547x2sif5iqak43dw72"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://git.sr.ht/~plattfot/suneater-theme") (home-page "https://git.sr.ht/~plattfot/suneater-theme")