[PATCH] gnu: ispell: Update to 3.4.04.

  • Done
  • quality assurance status badge
Details
One participant
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210605162205.22349-1-kraai@ftbfs.org
* gnu/packages/aspell.scm (ispell): Update to 3.4.04.
---
gnu/packages/aspell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 4821e08432..a86984b28c 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -489,14 +489,14 @@ under permissive licensing terms. See the 'Copyright' file."))))
(define-public ispell
(package
(name "ispell")
- (version "3.4.03")
+ (version "3.4.04")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
version ".tar.gz"))
(sha256
- (base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs"))))
+ (base32 "0gp1rwn8grkvz28wgisc2j9w9svldnaiahl3lyis118xabqddg47"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f
--
2.31.1
Matthew James Kraai wrote 4 years ago
Close 48851
(address . 48851-done@debbugs.gnu.org)
365c21c4-3c64-50e1-d34a-783a8c3f1229@ftbfs.org
ispell 3.4.04 has been packaged.

Matt
Closed
?
Your comment

This issue is archived.

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

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