[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7.
From: |
guix-commits |
Subject: |
01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7. |
Date: |
Tue, 11 Jul 2023 12:07:27 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 507d2648c14d667042e3b184c7b51af32f1a2edd
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 7 14:49:41 2023 +0400
gnu: emacs-spell-fu: Update to 0.3-1.67a26b7.
* gnu/packages/emacs-xyz.scm (emacs-spell-fu): Update to 0.3-1.67a26b7.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/emacs-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb36d7d29d..93a59e7db8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32107,23 +32107,24 @@ Helm and Ivy.")
(license license:gpl3+)))
(define-public emacs-spell-fu
- ;; There are no tagged releases upstream on gitlab, instead we are using the
+ ;; There are no tagged releases upstream, instead we are using the
;; most recent commit.
- (let ((commit "50be652a6ec8590c3098f46094a92213623349c1") (revision "0"))
+ (let ((commit "67a26b7a00449ee8ef3a80ab662c93a32adef679")
+ (revision "1"))
(package
(name "emacs-spell-fu")
(version (git-version "0.3" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.com/ideasman42/emacs-spell-fu")
+ (url "https://codeberg.org/ideasman42/emacs-spell-fu")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0n7qwnirvkh2aprb7l1wj9rywdsn33a7s32716m3afcvy7z9pyh4"))))
+ "0gbfzd4zpqn0kbag3a6axc7y17r5qgwgpprsd1x5hnixji1vzhxr"))))
(build-system emacs-build-system)
- (home-page "https://gitlab.com/ideasman42/emacs-spell-fu")
+ (home-page "https://codeberg.org/ideasman42/emacs-spell-fu")
(synopsis "Fast highlighting of misspelled words")
(description
"This is a light weight spell checker for Emacs,
- branch master updated (7858b74b77 -> 0cce3ac36e), guix-commits, 2023/07/11
- 04/09: gnu: emacs-mode-line-idle: Update to 0.2-0.1dc0115., guix-commits, 2023/07/11
- 05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac., guix-commits, 2023/07/11
- 07/09: gnu: Add emacs-starlit-theme., guix-commits, 2023/07/11
- 06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae., guix-commits, 2023/07/11
- 03/09: gnu: emacs-undo-fu-session: Update to 0.6-0.a6c4f73., guix-commits, 2023/07/11
- 01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7.,
guix-commits <=
- 02/09: gnu: emacs-undo-fu: Update to 0.5-0.0e22308., guix-commits, 2023/07/11
- 08/09: gnu: Add emacs-abyss-theme., guix-commits, 2023/07/11
- 09/09: gnu: Add emacs-sakura-theme., guix-commits, 2023/07/11