summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-18 11:52:40 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-18 12:00:37 +0100
commitd9ff48696f4bac8e89ba91c99ffd998310bfa209 (patch)
treeb46eb875f72d237925f994b95824392fbff6a956 /gnu
parent4f3f204f4d87978b33d4ba5b826b9fd7f565bcc7 (diff)
gnu: vale: Update to 3.15.2.
* gnu/packages/textutils.scm (vale): Update to 3.15.2. [arguments] <#:import-path>: Use relative "..." to auto detect all commands. <#:test-subdirs>: Drop it. [native-inputs]: Add go-github-com-litao91-goldmark-mathjax.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/textutils.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 33b84f8ea5e..2a5bfb2a995 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1744,7 +1744,7 @@ of a Unix terminal to HTML code.")
1744(define-public vale 1744(define-public vale
1745 (package 1745 (package
1746 (name "vale") 1746 (name "vale")
1747 (version "3.15.1") 1747 (version "3.15.2")
1748 (source 1748 (source
1749 (origin 1749 (origin
1750 (method git-fetch) 1750 (method git-fetch)
@@ -1752,14 +1752,14 @@ of a Unix terminal to HTML code.")
1752 (url "https://github.com/errata-ai/vale") 1752 (url "https://github.com/errata-ai/vale")
1753 (commit (string-append "v" version)))) 1753 (commit (string-append "v" version))))
1754 (sha256 1754 (sha256
1755 (base32 "1mb7737b19v4j07jnwy0cgicwaq5wwq27am5hw7wnf2qbc8g57ff")) 1755 (base32 "0b8kfi50xq3m3j9274b8ar2054i30gjcgjzrbmfmc6vmqzzqjwri"))
1756 (file-name (git-file-name name version)))) 1756 (file-name (git-file-name name version))))
1757 (build-system go-build-system) 1757 (build-system go-build-system)
1758 (arguments 1758 (arguments
1759 (list 1759 (list
1760 #:install-source? #f 1760 #:install-source? #f
1761 #:embed-files #~(list ".*\\.gob") 1761 #:embed-files #~(list ".*\\.gob")
1762 #:import-path "github.com/errata-ai/vale/cmd/vale" 1762 #:import-path "github.com/errata-ai/vale/..."
1763 #:unpack-path "github.com/errata-ai/vale" 1763 #:unpack-path "github.com/errata-ai/vale"
1764 ;; Disable tests requiring network access: Get 1764 ;; Disable tests requiring network access: Get
1765 ;; "https://raw.githubusercontent.com/errata-ai/styles/master/library.json": 1765 ;; "https://raw.githubusercontent.com/errata-ai/styles/master/library.json":
@@ -1771,8 +1771,6 @@ of a Unix terminal to HTML code.")
1771 "TestNoPkgFound" 1771 "TestNoPkgFound"
1772 "TestSymlinkFixture") 1772 "TestSymlinkFixture")
1773 "|")) 1773 "|"))
1774 #:test-subdirs
1775 #~(list "../../...") ; test whole library, starting from import-path
1776 #:phases 1774 #:phases
1777 #~(modify-phases %standard-phases 1775 #~(modify-phases %standard-phases
1778 (add-before 'check 'pre-check 1776 (add-before 'check 'pre-check
@@ -1791,6 +1789,7 @@ of a Unix terminal to HTML code.")
1791 go-github-com-gobwas-glob 1789 go-github-com-gobwas-glob
1792 go-github-com-jdkato-go-tree-sitter-julia 1790 go-github-com-jdkato-go-tree-sitter-julia
1793 go-github-com-jdkato-twine 1791 go-github-com-jdkato-twine
1792 go-github-com-litao91-goldmark-mathjax
1794 go-github-com-mitchellh-mapstructure 1793 go-github-com-mitchellh-mapstructure
1795 go-github-com-niklasfasching-go-org 1794 go-github-com-niklasfasching-go-org
1796 go-github-com-olekukonko-tablewriter 1795 go-github-com-olekukonko-tablewriter