lilyp pushed a commit to branch gnome-team
in repository guix.
commit 95d3fe71fcb4bacce7fff3d208de0aa29e847c29
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:05 2025 +0100
gnu: vte: Update to 0.78.2.
* gnu/packages/gnome.scm (vte): Update to 0.78.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbb3015616..7dce2c5509 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4678,7 +4678,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
- (version "0.76.3")
+ (version "0.78.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4686,7 +4686,7 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "0q2xgmxzzpc1268n1c88k8p1gjshakzss50j0b87ydvg0m6fjy7n"))))
+ "144qqk638n7fbql8542a02lp0nvh2vhci098l6s4cs1m0zgbrmrm"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dgtk3=false"