gnu: vte: Update to 0.58.3.
* gnu/packages/gnome.scm (vte): Update to 0.58.3. [build-system]: Switch to Meson.
This commit is contained in:
parent
ac87ffb818
commit
68c47474bc
@ -2338,7 +2338,7 @@ libraries written in C.")
|
||||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
(version "0.56.3")
|
||||
(version "0.58.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vte/"
|
||||
@ -2346,8 +2346,8 @@ libraries written in C.")
|
||||
"vte-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
|
||||
(build-system gnu-build-system)
|
||||
"0xa9ipwic4jnhhbzlnqbhssz10xkzv61cpkl1ammc6mdq95bbp12"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)
|
||||
|
Loading…
Reference in New Issue
Block a user