mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-jit-spell: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-jit-spell): Update to 0.4. Change-Id: I29467ecf59f8eb021a5871cf67dfa76de3a80ae0
This commit is contained in:
parent
1415ea78c1
commit
5b66df0450
1 changed files with 2 additions and 2 deletions
|
@ -10962,14 +10962,14 @@ (define-public emacs-jinx
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue