diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-24 23:43:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-24 23:44:05 +0100 |
| commit | c4692e726f695d9e84707a16f1b48ac9ee55f8ea (patch) | |
| tree | 9b0679b33d1f0242158ca216e1374ab22c8d9791 /gnu | |
| parent | 18af0f55f5563d5470c44a753606a6250f11a0b7 (diff) | |
gnu: vale: Update to 3.15.1.
* gnu/packages/textutils.scm (vale): Update to 3.15.1.
[native-inputs]: Remove go-github-com-olekukonko-tablewriter-0.0.5 and
go-gopkg-in-yaml-v2; add go-github-com-olekukonko-tablewriter,
go-github-com-tomwright-dasel-v3, and go-gopkg-in-yaml-v3.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/textutils.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 2200647955a..d68da155135 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm | |||
| @@ -1820,7 +1820,7 @@ of a Unix terminal to HTML code.") | |||
| 1820 | (define-public vale | 1820 | (define-public vale |
| 1821 | (package | 1821 | (package |
| 1822 | (name "vale") | 1822 | (name "vale") |
| 1823 | (version "3.13.0") | 1823 | (version "3.15.1") |
| 1824 | (source | 1824 | (source |
| 1825 | (origin | 1825 | (origin |
| 1826 | (method git-fetch) | 1826 | (method git-fetch) |
| @@ -1828,7 +1828,7 @@ of a Unix terminal to HTML code.") | |||
| 1828 | (url "https://github.com/errata-ai/vale") | 1828 | (url "https://github.com/errata-ai/vale") |
| 1829 | (commit (string-append "v" version)))) | 1829 | (commit (string-append "v" version)))) |
| 1830 | (sha256 | 1830 | (sha256 |
| 1831 | (base32 "0qa1maav2zf6z5ij1yg6i3gbkknngqhlrhlkxrypzdf7q10558kr")) | 1831 | (base32 "1mb7737b19v4j07jnwy0cgicwaq5wwq27am5hw7wnf2qbc8g57ff")) |
| 1832 | (file-name (git-file-name name version)))) | 1832 | (file-name (git-file-name name version)))) |
| 1833 | (build-system go-build-system) | 1833 | (build-system go-build-system) |
| 1834 | (arguments | 1834 | (arguments |
| @@ -1855,7 +1855,8 @@ of a Unix terminal to HTML code.") | |||
| 1855 | (lambda _ | 1855 | (lambda _ |
| 1856 | (setenv "HOME" "/tmp")))))) | 1856 | (setenv "HOME" "/tmp")))))) |
| 1857 | (native-inputs | 1857 | (native-inputs |
| 1858 | (list go-github-com-adrg-frontmatter | 1858 | (list go-github-com-masterminds-sprig-v3 |
| 1859 | go-github-com-adrg-frontmatter | ||
| 1859 | go-github-com-adrg-strutil | 1860 | go-github-com-adrg-strutil |
| 1860 | go-github-com-adrg-xdg | 1861 | go-github-com-adrg-xdg |
| 1861 | go-github-com-bmatcuk-doublestar-v4 | 1862 | go-github-com-bmatcuk-doublestar-v4 |
| @@ -1866,10 +1867,9 @@ of a Unix terminal to HTML code.") | |||
| 1866 | go-github-com-gobwas-glob | 1867 | go-github-com-gobwas-glob |
| 1867 | go-github-com-jdkato-go-tree-sitter-julia | 1868 | go-github-com-jdkato-go-tree-sitter-julia |
| 1868 | go-github-com-jdkato-twine | 1869 | go-github-com-jdkato-twine |
| 1869 | go-github-com-masterminds-sprig-v3 | ||
| 1870 | go-github-com-mitchellh-mapstructure | 1870 | go-github-com-mitchellh-mapstructure |
| 1871 | go-github-com-niklasfasching-go-org | 1871 | go-github-com-niklasfasching-go-org |
| 1872 | go-github-com-olekukonko-tablewriter-0.0.5 | 1872 | go-github-com-olekukonko-tablewriter |
| 1873 | go-github-com-otiai10-copy | 1873 | go-github-com-otiai10-copy |
| 1874 | go-github-com-pelletier-go-toml-v2 | 1874 | go-github-com-pelletier-go-toml-v2 |
| 1875 | go-github-com-pterm-pterm | 1875 | go-github-com-pterm-pterm |
| @@ -1877,11 +1877,12 @@ of a Unix terminal to HTML code.") | |||
| 1877 | go-github-com-smacker-go-tree-sitter | 1877 | go-github-com-smacker-go-tree-sitter |
| 1878 | go-github-com-spf13-pflag | 1878 | go-github-com-spf13-pflag |
| 1879 | go-github-com-tomwright-dasel-v2 | 1879 | go-github-com-tomwright-dasel-v2 |
| 1880 | go-github-com-tomwright-dasel-v3 | ||
| 1880 | go-github-com-yuin-goldmark | 1881 | go-github-com-yuin-goldmark |
| 1881 | go-golang-org-x-exp | 1882 | go-golang-org-x-exp |
| 1882 | go-golang-org-x-net | 1883 | go-golang-org-x-net |
| 1883 | go-golang-org-x-sys | 1884 | go-golang-org-x-sys |
| 1884 | go-gopkg-in-yaml-v2)) | 1885 | go-gopkg-in-yaml-v3)) |
| 1885 | (home-page "https://github.com/errata-ai/vale") | 1886 | (home-page "https://github.com/errata-ai/vale") |
| 1886 | (synopsis "Fully customizable syntax-aware linter that focuses on your style") | 1887 | (synopsis "Fully customizable syntax-aware linter that focuses on your style") |
| 1887 | (description | 1888 | (description |
