guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 8718b8e059b7c1fa26c3fc30ec6dbb0ee578850d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:51 2025 +0900

    gnu: vte: Update to 0.80.3.
    
    * gnu/packages/gnome.scm (vte): Update to 0.80.3.
    
    Change-Id: I9f2ae87fd6b94737ac505006b3ac93dcdcc0d5ea
---
 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 a2c9f50bd0..6d8788a386 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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"

Reply via email to