diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-02 23:15:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-02 23:15:47 +0200 |
commit | af22b0de661c6dbb0c4b8df9baee8c13dd93dd7e (patch) | |
tree | 620e0819b1383362f32d0d04226432308a6bc047 | |
parent | 6a6f56e38845dabe4b63ee101a10b10f4246bc34 (diff) |
gnu: emacs-jit-spell: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.3.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fcf133092d..6b2583db8e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9664,14 +9664,14 @@ sgml/html integration, and indentation (working with sgml).") (define-public emacs-jit-spell (package (name "emacs-jit-spell") - (version "0.2") + (version "0.3") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/jit-spell-" version ".tar")) (sha256 (base32 - "10h2nbp6lap26arwifhzs119mkfj76fvjsix3iccjjvfdi88wdn9")))) + "0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat)) (home-page "https://github.com/astoff/jit-spell") |