unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58915] [PATCH] gnu: emacs-mint-mode: Update to 2.0.0.
@ 2022-10-31  4:29 jgart via Guix-patches via
  2022-10-31 11:23 ` bug#58915: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-31  4:29 UTC (permalink / raw)
  To: 58915; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 2.0.0.
[description]: Update description for accuracy with current version.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a005679044..949752f7ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32955,7 +32955,7 @@ (define-public emacs-kibit-helper
 (define-public emacs-mint-mode
   (package
     (name "emacs-mint-mode")
-    (version "1.0.3")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -32964,14 +32964,13 @@ (define-public emacs-mint-mode
              (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.")
+"@code{emacs-mint-mode} provides syntax highlighting for Mint language.")
     (license license:gpl3+)))
 
 (define-public emacs-seeing-is-believing
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-31 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  4:29 [bug#58915] [PATCH] gnu: emacs-mint-mode: Update to 2.0.0 jgart via Guix-patches via
2022-10-31 11:23 ` bug#58915: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).