From d6bb6dffc0b4e6ec17cab3bf3ec41bdb47764b19 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Apr 2024 14:27:46 +0200 Subject: gnu: emacs-jinx: Update to 1.5. * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.5. [synopsis]: Clarify text. [description]: Use proper capitalization. Change-Id: Ifdc082f523f0744d9bcea7419fa8c5d83930aa35 --- gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9824df2e03..46bf973840 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10904,7 +10904,7 @@ (define-public emacs-jinja2-mode (define-public emacs-jinx (package (name "emacs-jinx") - (version "1.4") + (version "1.5") (source (origin (method git-fetch) @@ -10914,7 +10914,7 @@ (define-public emacs-jinx (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "14zamk2s20f6dnv23v9snya0mi1bs2nq6xpp5bj06kiymzwhcqjw")))) + (base32 "0g8sdfq6fqf6jnv7ig9cgkvmrdfzah6c94yr041anzkwappkziwx")))) (build-system emacs-build-system) (arguments (list @@ -10953,9 +10953,9 @@ (define-public emacs-jinx (propagated-inputs (list emacs-compat)) (native-inputs (list emacs-compat enchant pkg-config texinfo)) (home-page "https://github.com/minad/jinx") - (synopsis "Emacs Enchanted Spell Checker") + (synopsis "Emacs spell checker based on Enchant library") (description "Jinx is a just-in-time spell-checker for Emacs -based on the enchant library. It lazily highlights misspelled words in the +based on the Enchant library. It lazily highlights misspelled words in the text of the visible portion of the buffer by honouring window boundaries as well as text folding, if any.") (license license:gpl3+))) -- cgit v1.2.3