[PATCH] gnu: emacs-spell-fu: Update to 0.3-1.67a26b7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Andrew Tropin
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
4b0a2a20f8bc1e9e52f86916b4eb543b538708f1.1688726962.git.a.r.draidi@redscript.org
* 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.
---
gnu/packages/emacs-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 21aa820f0b..bc05db9f80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32057,23 +32057,23 @@ (define-public emacs-flyspell-correct
(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,

base-commit: 11989e39d7038660f89327f20f04681412a6474b
--
2.40.1
Andrew Tropin wrote 2 years ago
Applied
(address . control@debbugs.gnu.org)
87fs5umnma.fsf@trop.in
close 64506
close 64507
close 64511
close 64512
close 64514
close 64515
close 64550
close 64553
close 64555
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmStf+0ACgkQIgjSCVjB
3rDqshAAlpJwCoXmqq5czEPK0WDgWwjFm2r3MzTDU2WVuOqg6geO6CwmLDJBk4Zy
7yUXeFOoGBkjnqyBiMO41Gov6tC8x8O9+8a4Mhpa7ocEVaiwIzEV/iuRpb5XkZ0u
cpmUSWT05pME2LyoAIWFogqZHgVeEsBmLBX0jRBYvGU67rCx8hopcbY1CjH5TiZ9
S9JUJ9NgjP8VeHCb9YoP1nAZ9yce+6GdQe4njmp5GgDq2XG8cJQXtLTWdU+d0t2x
WDVlsqca4rZBbUsAqWocCHHHTqbaw1aV7M7vxxm3XCqaeTQe9uDYrIr//gmMB6Gp
v0Y7LCxDfB35YIl4qi7TI9BPscEpSprQBSQbP48ZkNS/DE/es98LsIjnZQ5XFzf+
O4t2gcIdSSVZJzAwOa+wEFcp3T9bTQ59LlEM5ukcz7TLONu2CismxZ8EgxZkEOni
c6s4yVIUBo/JLLXP9Wpk1CTWwHvJHR9SXYnkyjnn5FfE0OaKZmhgQZ9bP9jUVs6w
b9OMKnhLrfOoFJotEgCKlbpdUB0jPordKHJQ7bVJ1c/VVMBcTYgmR16Yrz45U+aH
cOEKGUJB2e605ipja9pIVHk3FTKAZoTx/F/qBC83WqgWKoiXDQZ5+/y55JmLaml7
44KVC/4YZ0Iy0cNzVGy3lBZpyUqwnQgF5xFC5HmrynB+CNw+YdY=
=Z+8e
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 64506@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64506
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help