gnu: emacs-mentor: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.4.
This commit is contained in:
Nicolas Goaziou 2022-09-24 19:27:53 +02:00
parent 829b07cd32
commit 475c0b6c71
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -14378,7 +14378,7 @@ automatically discovered and presented in recency order.")
(define-public emacs-mentor
(package
(name "emacs-mentor")
(version "0.3.5")
(version "0.4")
(source
(origin
(method url-fetch)
@ -14386,7 +14386,7 @@ automatically discovered and presented in recency order.")
version ".tar"))
(sha256
(base32
"01zrvfk2njzyzjzkvp5hv5cjl1k1qjrila1ab4bv26gf6bkq5xh3"))))
"1n51yabm4npx62fpfn8rhky09x4y779ismdxa026fycy7va7ynzz"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-xml-rpc))