gnu: vte: Update to 0.69.99.

* gnu/packages/gnome.scm (vte): Update to 0.69.99.
This commit is contained in:
Maxim Cournoyer 2022-09-09 00:04:28 -04:00
parent f0a490732b
commit 76791a5504
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4567,7 +4567,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
(version "0.68.0")
(version "0.69.99")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@ -4575,7 +4575,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
"0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
"1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"