gnu: libvterm: Update to 0.3.1.
* gnu/packages/terminals.scm (libvterm): Update to 0.3.1.master
parent
3dbf8c1699
commit
060b6ffbb4
|
@ -646,15 +646,14 @@ should be thread-safe.")
|
||||||
(define-public libvterm
|
(define-public libvterm
|
||||||
(package
|
(package
|
||||||
(name "libvterm")
|
(name "libvterm")
|
||||||
(version "0.3")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.leonerd.org.uk/code/libvterm/"
|
(uri (string-append "http://www.leonerd.org.uk/code/libvterm/"
|
||||||
"libvterm-" version ".tar.gz"))
|
"libvterm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "15y3y23kfpcda7n79ym3gp1abzn8mshxrad8s3gnhls82nfava15"))))
|
||||||
"0n1k923ii618ffkbifi8a89ag8c6m9l49z8dj01dyay551k0vsv1"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in New Issue