gnu: emacs-jit-spell: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.4.

Change-Id: I29467ecf59f8eb021a5871cf67dfa76de3a80ae0
This commit is contained in:
Nicolas Goaziou 2024-03-25 14:27:30 +01:00
parent 1415ea78c1
commit 5b66df0450
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10962,14 +10962,14 @@ well as text folding, if any.")
(define-public emacs-jit-spell
(package
(name "emacs-jit-spell")
(version "0.3")
(version "0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/jit-spell-"
version ".tar"))
(sha256
(base32
"0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz"))))
"1p83spcq52l7k63p56y3w5r3kl49wbrs4abynwn25ikhkd4wl8x3"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))
(home-page "https://github.com/astoff/jit-spell")