all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67212] [PATCH] gnu: Update ispell to 3.4.06.
@ 2023-11-15 21:09 Arnaud DABY-SEESARAM via Guix-patches via
  2023-11-23 16:18 ` bug#67212: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaud DABY-SEESARAM via Guix-patches via @ 2023-11-15 21:09 UTC (permalink / raw)
  To: 67212; +Cc: Arnaud DABY-SEESARAM

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67212: [PATCH] gnu: Update ispell to 3.4.06.
  2023-11-15 21:09 [bug#67212] [PATCH] gnu: Update ispell to 3.4.06 Arnaud DABY-SEESARAM via Guix-patches via
@ 2023-11-23 16:18 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-23 16:18 UTC (permalink / raw)
  To: Arnaud DABY-SEESARAM; +Cc: 67212-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]


Arnaud DABY-SEESARAM via Guix-patches via <guix-patches@gnu.org> writes:

> * 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-23 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15 21:09 [bug#67212] [PATCH] gnu: Update ispell to 3.4.06 Arnaud DABY-SEESARAM via Guix-patches via
2023-11-23 16:18 ` bug#67212: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.