diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 22:22:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:21 +0100 |
commit | 73cb37ad879391d20e9c9a3bf62ec9c2fd2551cb (patch) | |
tree | 9c50ea9aabb855bf2105494165dc2816fd728b19 | |
parent | 147e588219b9c599093c40cf6a9319b758152b34 (diff) |
gnu: vale: Update to 3.9.5.
* gnu/packages/textutils.scm (vale): Update to 3.9.5.
Change-Id: Ifb1e4ba077283b0a20cd2d2fc3a46488d94fd96d
-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 c886b009be..69dc3a699c 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1496,7 +1496,7 @@ of a Unix terminal to HTML code.") (define-public vale (package (name "vale") - (version "3.9.4") + (version "3.9.5") (source (origin (method git-fetch) @@ -1504,7 +1504,7 @@ of a Unix terminal to HTML code.") (url "https://github.com/errata-ai/vale") (commit (string-append "v" version)))) (sha256 - (base32 "009gyrn2mi7bg10v6mqrr6c6ii5l2vbhs7mvh7g4xxgqhaqzpbhp")) + (base32 "119iiyh164rkj7jlghr2j1kbhc8k1bvfhsfvd972zs092fg7dh4p")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments |