guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 90bd264f2d688414f0349d2909387ec062d4da5f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:44:59 2025 +0100
gnu: emacs-jit-spell: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.5.
Change-Id: Ied2c80231c76feb80f84eb21e4b5e06f8a2a1a21
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aebb3ad806..16aaec5913 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")