diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 21:45:11 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-01 22:21:54 +0200 |
commit | 740f0c4872de1d46ce78170f8cbf57cc1c5ed218 (patch) | |
tree | c738a5b1edccaccd93c8dac4cbb91bb076059a13 | |
parent | 6de8e65b9170d04e5dfdb410ff9e4a0b4e4f7acd (diff) | |
download | guix-740f0c4872de1d46ce78170f8cbf57cc1c5ed218.tar.gz |
gnu: emacs-ef-themes: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.3.0.
-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 8964d6b21f..7af1fef8a9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6291,7 +6291,7 @@ intended to be.") (define-public emacs-ef-themes (package (name "emacs-ef-themes") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -6301,7 +6301,7 @@ intended to be.") (file-name (git-file-name name version)) (sha256 (base32 - "186q08prgg4n1kw91y7bqy53ladi2gfnjp6irvmr207c434wand0")))) + "0a52zm9h7nsif5b6ig428d9i0gh8c0qcfyarvsmpv8cwk59iba0z")))) (build-system emacs-build-system) (home-page "https://git.sr.ht/~protesilaos/ef-themes") (synopsis "Colorful and legible themes") |