[PATCH core-packages-team] gnu: nuspell: Update to 5.1.6.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Nicolas Goaziou
Severity
normal

Debbugs page

Nicolas Goaziou wrote 5 days ago
(address . guix-patches@gnu.org)(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)
8c980a54319941cf65cd3d731ec7085e71245bf6.1741333119.git.mail@nicolasgoaziou.fr
* gnu/packages/enchant.scm (nuspell): Update to 5.1.6.
[arguments]: Do not build man-pages so Pandoc is not added as a native input.

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

Toggle diff (29 lines)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 6892b73ab5..857fe3e631 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -45,7 +45,7 @@ (define-module (gnu packages enchant)
(define-public nuspell
(package
(name "nuspell")
- (version "5.1.4")
+ (version "5.1.6")
(source
(origin
(method git-fetch)
@@ -55,8 +55,10 @@ (define-public nuspell
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
+ (base32 "00ihy544fnb899p3pijz9r4hyc92k96r08pyk7d1kc2a395lgyak"))))
(build-system cmake-build-system)
+ (arguments
+ (list #:configure-flags #~(list "-DBUILD_DOCS=OFF"))) ;do not pull Pandoc
(native-inputs (list catch2-3 pkg-config))
(propagated-inputs (list icu4c))
(native-search-paths (list (search-path-specification

base-commit: 78e139fd6edc6cc60f7f39bd1231f0d2cf795576
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

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

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