mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vis: Update to 0.9.
* gnu/packages/text-editors.scm (vis): Update to 0.9. Change-Id: I32aa3baec90fabeaf560aa6564ffc1a1221e31a0
This commit is contained in:
parent
0f97569dbc
commit
d26ca623f4
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ intuitive, while also taking advantage of the capabilities of modern terminals."
|
||||||
(define-public vis
|
(define-public vis
|
||||||
(package
|
(package
|
||||||
(name "vis")
|
(name "vis")
|
||||||
(version "0.8") ; also update the vis-test input
|
(version "0.9") ; also update the vis-test input
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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")
|
(url "https://git.sr.ht/~martanne/vis")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ija192c9i13gbikm707jynf6my212i040ls0f8pgkbiyvls7xay"))
|
(base32 "0y5b434dg7h5m1z0rz40ypirh99sm77mvvg8r1fp79z1bk73g0s9"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue