guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit b8242c5297e7d861125c2568e855e286888df94b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:27:43 2026 +0100
gnu: vte: Update to 0.82.3.
* gnu/packages/gnome.scm (vte): Update to 0.82.3.
[inputs]: Add fast-float and simdutf.
---
gnu/packages/gnome.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b3f6b2e170..ff1d31fba9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -118,6 +118,8 @@
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages c)
+ #:use-module (gnu packages cpp)
#:use-module (gnu packages cups)
#:use-module (gnu packages curl)
#:use-module (gnu packages cyrus-sasl)
@@ -4577,7 +4579,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
- (version "0.78.2")
+ (version "0.82.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4585,7 +4587,7 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "144qqk638n7fbql8542a02lp0nvh2vhci098l6s4cs1m0zgbrmrm"))))
+ "118ajdfi2hqrhsfvbkjn566lxsmi6lrvmqh339yx0c7fdy7jgikd"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dgtk3=false"
@@ -4600,7 +4602,7 @@ targeting the GNOME stack simple.")
gperf
python
libxml2))
- (inputs (list lz4))
+ (inputs (list fast-float lz4 simdutf))
(propagated-inputs
(list gtk ; required by vte-2.91.pc
gnutls ; ditto