gnu: vte: Update to 0.80.3.

* gnu/packages/gnome.scm (vte): Update to 0.80.3.

Change-Id: I9f2ae87fd6b94737ac505006b3ac93dcdcc0d5ea
This commit is contained in:
Maxim Cournoyer 2025-07-26 22:57:51 +09:00 committed by Liliana Marie Prikler
parent 3f3a093757
commit 8718b8e059
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -4658,7 +4658,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
(version "0.80.1")
(version "0.80.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@ -4666,7 +4666,7 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
"0v54vpfg5rnvbsqh0gj59gv2n1v065s3lcjy0qpd5ndghglx1nqc"))))
"16gnyip2f9s6hmi6s4r68il7zhx2yrqlw8k22r9p3fzazg9nyn9f"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dgtk3=false"