diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-30 10:27:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-30 10:27:54 +0100 |
commit | 2727cebef3975f2b446554194b7a34592df30373 (patch) | |
tree | a9f7f6c3a7e8ac3f37065d76c68c74e9336f57ab /gnu/packages | |
parent | 3684d9c119b555e39ed882e855069a0104014482 (diff) |
gnu: emacs-mentor: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.5.
Diffstat (limited to 'gnu/packages')
-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 3682a2bbe5..b4d678499e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14751,7 +14751,7 @@ automatically discovered and presented in recency order.") (define-public emacs-mentor (package (name "emacs-mentor") - (version "0.4") + (version "0.5") (source (origin (method url-fetch) @@ -14759,7 +14759,7 @@ automatically discovered and presented in recency order.") version ".tar")) (sha256 (base32 - "1n51yabm4npx62fpfn8rhky09x4y779ismdxa026fycy7va7ynzz")))) + "1kkzm881fxhc5hb83x0j12lv22b72nzw45qrypbl1jf2siispz9l")))) (build-system emacs-build-system) (propagated-inputs (list emacs-async emacs-xml-rpc)) |