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

commit 830a99fd01e40c6752a735e71e274dbdff6ccb21
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 061e50f2a6..b43176a6fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4743,7 +4743,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/"
@@ -4751,7 +4751,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