me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.3.
master
Nicolas Goaziou 2023-04-02 23:15:47 +02:00
parent 6a6f56e388
commit af22b0de66
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9664,14 +9664,14 @@ sgml/html integration, and indentation (working with sgml).")
(define-public emacs-jit-spell (define-public emacs-jit-spell
(package (package
(name "emacs-jit-spell") (name "emacs-jit-spell")
(version "0.2") (version "0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/jit-spell-" (uri (string-append "https://elpa.gnu.org/packages/jit-spell-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32
"10h2nbp6lap26arwifhzs119mkfj76fvjsix3iccjjvfdi88wdn9")))) "0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-compat)) (propagated-inputs (list emacs-compat))
(home-page "https://github.com/astoff/jit-spell") (home-page "https://github.com/astoff/jit-spell")