guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-mint-mode: Update to 2.0.0.


From: guix-commits
Subject: 01/04: gnu: emacs-mint-mode: Update to 2.0.0.
Date: Mon, 31 Oct 2022 07:19:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7c25c94a278b072bb81b0bd55fdff27d82c03bdc
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Oct 30 23:29:15 2022 -0500

    gnu: emacs-mint-mode: Update to 2.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 2.0.0.
    [description]: Update description for accuracy with current version.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c33cf362d..e6490f74cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33016,7 +33016,7 @@ for detecting and improve non-idiomatic Clojure source 
code.")
 (define-public emacs-mint-mode
   (package
     (name "emacs-mint-mode")
-    (version "1.0.3")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -33025,14 +33025,12 @@ for detecting and improve non-idiomatic Clojure 
source code.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19szk2dhsa0771kbg1ywp0zz8j6akysvwmmrx2bihq8h5j4y23pg"))))
+        (base32 "0fwxhkkhvbwdxrg9j9pjgkh864fa8rvc6dcr46a69spyjja3rw90"))))
     (build-system emacs-build-system)
     (arguments '(#:include '("\\.el$" "\\.txt$")))
     (home-page "https://github.com/creatorrr/emacs-mint-mode";)
     (synopsis "Major mode for Mint language")
-    (description
-     "Mint mode provides syntax highlighting, basic keyword auto-completion,
-and format on save for Mint programming language.")
+    (description "Mint mode provides syntax highlighting for Mint language.")
     (license license:gpl3+)))
 
 (define-public emacs-seeing-is-believing



reply via email to

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