diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-22 12:13:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-22 12:13:21 +0200 |
commit | 3a9fae15a07518e4f0eda1d20d3dc90f45047456 (patch) | |
tree | 8846e468e3cc2828de056f2b1f64872a09167aad | |
parent | 4719f3d204e2b835d8ea89848a8e27eee5394533 (diff) | |
download | guix-3a9fae15a07518e4f0eda1d20d3dc90f45047456.tar guix-3a9fae15a07518e4f0eda1d20d3dc90f45047456.tar.gz |
gnu: emacs-autothemer: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.6.
-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 67e2eeea5f..7052fcb246 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2961,7 +2961,7 @@ or XEmacs.") (define-public emacs-autothemer (package (name "emacs-autothemer") - (version "0.2.5") + (version "0.2.6") (source (origin (method git-fetch) @@ -2971,7 +2971,7 @@ or XEmacs.") (file-name (git-file-name name version)) (sha256 (base32 - "1rwz8hdmycmvak1w5sriwf1pwahham77vyab6jngdw8x9ngxabnx")))) + "1zrm09lzl5s3l0rnzihj9azj1n1l214r6lrmp9yqj7sm7y1xjf0c")))) (build-system emacs-build-system) (propagated-inputs (list emacs-dash)) |