guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-mentor: Update to 0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-mentor: Update to 0.5.
Date: Sun, 30 Oct 2022 05:28:44 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2727cebef3 gnu: emacs-mentor: Update to 0.5.
2727cebef3 is described below

commit 2727cebef3975f2b446554194b7a34592df30373
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 30 10:27:54 2022 +0100

    gnu: emacs-mentor: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.5.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]