1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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

Change-Id: Ied2c80231c76feb80f84eb21e4b5e06f8a2a1a21
This commit is contained in:
Nicolas Goaziou
2025-10-29 11:44:59 +01:00
parent f4d231cef0
commit 90bd264f2d

View File

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