guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: emacs-mentor: Update to 0.4.


From: guix-commits
Subject: 02/06: gnu: emacs-mentor: Update to 0.4.
Date: Sat, 24 Sep 2022 14:52:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 475c0b6c711f561e5d88475880d66284d1013594
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 19:27:53 2022 +0200

    gnu: emacs-mentor: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.4.
---
 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 095df76343..8bdd9ea6ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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))



reply via email to

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