[PATCH] gnu: Update ispell to 3.4.06.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arnaud DABY-SEESARAM
  • Christopher Baines
Owner
unassigned
Submitted by
Arnaud DABY-SEESARAM
Severity
normal

Debbugs page

Arnaud DABY-SEESARAM wrote 1 years ago
(address . guix-patches@gnu.org)(name . Arnaud DABY-SEESARAM)(address . ds-ac@nanein.fr)
ea26a53a2cc4464cf924c9ae8ae74b9611e2d34d.1700082574.git.ds-ac@nanein.fr
* gnu/packages/aspell.scm (ispell): Update to 3.4.06.

Change-Id: I0d566a143336d88d4eb145b59b21c889b7ecdb12
---
gnu/packages/aspell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 17ba794201..ffb13025f3 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -398,14 +398,14 @@ (define-public aspell-dict-ro
(define-public ispell
(package
(name "ispell")
- (version "3.4.05")
+ (version "3.4.06")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
version ".tar.gz"))
(sha256
- (base32 "00jni7gvdswjd9sdwip5ixnvjg2qzv56mn3m8gdgl9gxwgnns36g"))))
+ (base32 "19pbhg3pbnykkk9hla2kfhfanm7wcdja2qria365l1y8shridj8p"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f

base-commit: d987b75618a62c95c030e7ca53e0972e700c4f06
--
2.41.0
Christopher Baines wrote 1 years ago
(name . Arnaud DABY-SEESARAM)(address . ds-ac@nanein.fr)
87h6lctpbz.fsf@cbaines.net
Arnaud DABY-SEESARAM via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (7 lines)
> * gnu/packages/aspell.scm (ispell): Update to 3.4.06.
>
> Change-Id: I0d566a143336d88d4eb145b59b21c889b7ecdb12
> ---
> gnu/packages/aspell.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
f5650cd354daa755a05d20fd2e53dfb27169b311.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmVfe4BfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeEIg/+OUzIoIIxbr4E6cAGcxDhybSsQNeU8QhO
zFWhBpUP5mTmLwSP7RVhMTWlqS7gBdQ69yO9FUzLl8382+rqXOCV/eouLIMGhe0B
709cj7L0MU6C+/uPVjLHk2x3ZjX0tXF0feN7E7K+9j1GNMZuYrrqD2rZGBSaLxhL
jX1dvF5Y2Hm4N496lruUoQ2dutGkRtZrxownfhQbzNRTaNWHYGDZle9A0LomKsn8
U6jaCg/XJTdDInH+aAY2FDts9t8qxaBtErr9JbrTgzILIW1dIghJEcD3LUAUXesn
kSzvkzt3CyL3bqGJYCZIRlDD+dIBI1lFbzw+8sR0pNauUGbb1anL1z37je1yw/iE
k3LWAhlujFYKRu+EOHHRlPcRkSVM7HjCJQuJFFBYFVYxy6qBgdHhBrGGae4JN724
OVMTmsejsaygWmi1pBaHVLO0K4J8H1WFD22ESMPKx/8Dpc0rizCQ9U1cZMJQVLTU
nkBmw+WwuMQEBYWB/hDE2+JS9TThvRY/zf/giIGKg1GG/1xBdkcRzuZdXkz/ngzQ
oL7Kkt8kRyoMxYIxGTltPs+WzJ3uMOyKNFSCp/+3bKz2ghpt5+gHFcmsuX1uZIJx
1Sp3C24g60nLxhNqXD7AQczhulQi6u7FlFRef6YHC/LBsthPlLlrpuKTqeAHcd98
GAveq3g2avk=
=QomH
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67212
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