1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

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>
This commit is contained in:
jgart 2022-10-30 23:29:15 -05:00 committed by Nicolas Goaziou
parent ab974ed709
commit 7c25c94a27
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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