lilyp pushed a commit to branch gnome-team
in repository guix.
commit 105f3c3aa55f68ed40a1ffe7c721151537a931a0
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 2a85c01d3f..c5507b988f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4674,7 +4674,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/"
@@ -4682,7 +4682,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"