diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-02 21:25:29 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-03 07:53:58 +0000 |
| commit | bdae1da6264ce311a08c1121c566291668d515b7 (patch) | |
| tree | be19c0cfa267b5ec647a36f73eefa480e56309ae /gnu/packages/textutils.scm | |
| parent | e6f0746d6d88106066fb646f3d195f8306924f5c (diff) | |
gnu: vale: Update to 3.13.0.
* gnu/packages/textutils.scm (vale): Update to 3.13.0.
Change-Id: Iee13b46eb97e1e42789c5faa0c072dce0ba63d80
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index d6ee9daa32d..1c0d973bf1a 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1728,7 +1728,7 @@ of a Unix terminal to HTML code.") (define-public vale (package (name "vale") - (version "3.12.0") + (version "3.13.0") (source (origin (method git-fetch) @@ -1736,7 +1736,7 @@ of a Unix terminal to HTML code.") (url "https://github.com/errata-ai/vale") (commit (string-append "v" version)))) (sha256 - (base32 "1w6216ap8sds6279h39ksjv27hakzahjmzlvbnsl67lwvldbqvcg")) + (base32 "0qa1maav2zf6z5ij1yg6i3gbkknngqhlrhlkxrypzdf7q10558kr")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments |
