guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: gnu: emacs-jit-spell: Update to 0.4.


From: guix-commits
Subject: 01/13: gnu: emacs-jit-spell: Update to 0.4.
Date: Mon, 25 Mar 2024 09:47:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b66df045007e5cf42ec6e28d4210c976f104189
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 14:27:30 2024 +0100

    gnu: emacs-jit-spell: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.4.
    
    Change-Id: I29467ecf59f8eb021a5871cf67dfa76de3a80ae0
---
 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 f2791ed9e6..e6cd660865 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]