me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ef-themes: Update to 0.10.0.

* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 0.10.0.
Nicolas Goaziou 2022-12-05 20:44:55 +01:00
parent 67735ce1c7
commit dbffb5b4fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 19 deletions

View File

@ -5306,19 +5306,22 @@ intended to be.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-ef-themes (define-public emacs-ef-themes
;; XXX: Upstream did not tag last release. The commit below matches version
;; bump.
(let ((commit "35201e49e8c3f5d1a2d6c17cb1697a9e18529a9a"))
(package (package
(name "emacs-ef-themes") (name "emacs-ef-themes")
(version "0.9.0") (version "0.10.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.sr.ht/~protesilaos/ef-themes") (url "https://git.sr.ht/~protesilaos/ef-themes")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1h1xlcbcay8wlmhzv7b5h6vrvwdwkzc171aa0rfja2xds4ry9k0m")))) "0c3gly6d5037dvvznf1mzihrfrcrrjmnsd2dda5k4frfyrc25rmn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://git.sr.ht/~protesilaos/ef-themes") (home-page "https://git.sr.ht/~protesilaos/ef-themes")
(synopsis "Colorful and legible themes") (synopsis "Colorful and legible themes")
@ -5326,7 +5329,7 @@ intended to be.")
"The Ef themes are a collection of light and dark themes for GNU Emacs "The Ef themes are a collection of light and dark themes for GNU Emacs
whose goal is to provide colorful yet legible options for users who want whose goal is to provide colorful yet legible options for users who want
something with a bit more flair than the Modus themes.") something with a bit more flair than the Modus themes.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-espuds (define-public emacs-espuds
(package (package