guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

112/181: gnu: vte: Update to 0.69.99.


From: guix-commits
Subject: 112/181: gnu: vte: Update to 0.69.99.
Date: Tue, 13 Sep 2022 02:26:03 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 76791a55047a31c3023bfff7006cf07725c15cc9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 00:04:28 2022 -0400

    gnu: vte: Update to 0.69.99.
    
    * gnu/packages/gnome.scm (vte): Update to 0.69.99.
---
 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 841350197d..1833ebd1e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4567,7 +4567,7 @@ targeting the GNOME stack simple.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.68.0")
+    (version "0.69.99")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -4575,7 +4575,7 @@ targeting the GNOME stack simple.")
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
+                "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~(list "-Dvapi=true"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]