diff options
author | jgart <jgart@dismail.de> | 2025-07-16 10:36:51 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-07-16 10:36:51 -0500 |
commit | d26ca623f4346c845408adceba76a543f26f94d2 (patch) | |
tree | b672012f27842be019d9d905e654c7891b369f14 | |
parent | 0f97569dbce299228e88cb89589e95d26468ce41 (diff) |
gnu: vis: Update to 0.9.
* gnu/packages/text-editors.scm (vis): Update to 0.9.
Change-Id: I32aa3baec90fabeaf560aa6564ffc1a1221e31a0
-rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index b5df2779b7..dddf2d480c 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -347,7 +347,7 @@ intuitive, while also taking advantage of the capabilities of modern terminals." (define-public vis (package (name "vis") - (version "0.8") ; also update the vis-test input + (version "0.9") ; also update the vis-test input (source (origin (method git-fetch) @@ -355,7 +355,7 @@ intuitive, while also taking advantage of the capabilities of modern terminals." (url "https://git.sr.ht/~martanne/vis") (commit (string-append "v" version)))) (sha256 - (base32 "0ija192c9i13gbikm707jynf6my212i040ls0f8pgkbiyvls7xay")) + (base32 "0y5b434dg7h5m1z0rz40ypirh99sm77mvvg8r1fp79z1bk73g0s9")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |