all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via Guix-patches via <guix-patches@gnu.org>
To: 70024@debbugs.gnu.org
Cc: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: [bug#70024] [PATCH core-updates 2/4] gnu: enchant: Update to 2.6.8.
Date: Wed, 27 Mar 2024 10:40:39 +0100	[thread overview]
Message-ID: <675c57ccefec2c4f91a80fb324dd118c3ddc105c.1711531771.git.mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <cover.1711531771.git.mail@nicolasgoaziou.fr>

* gnu/packages/enchant.scm (enchant): Update to 2.6.8.
[native-inputs]: Add GROFF.

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

diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 015af0d096..ca44b7c24d 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -25,6 +25,7 @@ (define-module (gnu packages enchant)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
   #:use-module (gnu packages glib)
+  #:use-module (gnu packages groff)
   #:use-module (gnu packages hunspell)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages man)
@@ -79,7 +80,7 @@ (define-public nuspell
 (define-public enchant
   (package
     (name "enchant")
-    (version "2.2.15")
+    (version "2.6.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/AbiWord/enchant/releases"
@@ -87,7 +88,7 @@ (define-public enchant
                                   version ".tar.gz"))
               (sha256
                (base32
-                "00vcykbb7lxh51prvmsb62a06q18a6rlk9ba5a7g45c1awaj43rv"))))
+                "1bn7z8155czgzlnq2n4c915cl1vd3v95h1bghic3szy7c8q94rgm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static"
@@ -100,6 +101,7 @@ (define-public enchant
      (list glib))
     (native-inputs
      `(("glib:bin" ,glib "bin")
+       ("groff" ,groff)
        ("pkg-config" ,pkg-config)
        ("unittest-cpp" ,unittest-cpp)))
     (synopsis "Multi-backend spell-checking library wrapper")
-- 
2.41.0







  parent reply	other threads:[~2024-03-27  9:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27  9:30 [bug#70024] [PATCH core-updates 0/4] Update enchant to 2.6.8; Add Nuspell support Nicolas Goaziou via Guix-patches via
2024-03-27  9:40 ` [bug#70024] [PATCH core-updates 1/4] gnu: unittest-cpp: Fix "Version" setting in ".pc" file Nicolas Goaziou via Guix-patches via
2024-03-27  9:40 ` Nicolas Goaziou via Guix-patches via [this message]
2024-03-27  9:40 ` [bug#70024] [PATCH core-updates 3/4] gnu: enchant: Improve package style Nicolas Goaziou via Guix-patches via
2024-03-27  9:40 ` [bug#70024] [PATCH core-updates 4/4] gnu: enchant: Add Nuspell support Nicolas Goaziou via Guix-patches via
2024-04-13 13:57 ` [bug#70024] [PATCH core-updates 0/4] Update enchant to 2.6.8; " Nicolas Goaziou via Guix-patches via
2024-04-17 17:49 ` Maxim Cournoyer
2024-04-18 11:50   ` bug#70024: " Nicolas Goaziou via Guix-patches via
2024-04-19 15:27     ` [bug#70024] " Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=675c57ccefec2c4f91a80fb324dd118c3ddc105c.1711531771.git.mail@nicolasgoaziou.fr \
    --to=guix-patches@gnu.org \
    --cc=70024@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.