gnu: emacs-mentor: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.5.
This commit is contained in:
Nicolas Goaziou 2022-10-30 10:27:54 +01:00
parent 3684d9c119
commit 2727cebef3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14751,7 +14751,7 @@ (define-public emacs-mu4e-jump-to-list
(define-public emacs-mentor
(package
(name "emacs-mentor")
(version "0.4")
(version "0.5")
(source
(origin
(method url-fetch)
@ -14759,7 +14759,7 @@ (define-public emacs-mentor
version ".tar"))
(sha256
(base32
"1n51yabm4npx62fpfn8rhky09x4y779ismdxa026fycy7va7ynzz"))))
"1kkzm881fxhc5hb83x0j12lv22b72nzw45qrypbl1jf2siispz9l"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-xml-rpc))