guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: vte: Update to 0.70.2.


From: guix-commits
Subject: 02/06: gnu: vte: Update to 0.70.2.
Date: Sun, 29 Jan 2023 02:26:27 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit a38903ece62399129cbec422ab42ad0407e09980
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Jan 16 16:41:51 2023 +0100

    gnu: vte: Update to 0.70.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.70.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 3212196065..12ecfa068b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4599,7 +4599,7 @@ targeting the GNOME stack simple.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.69.99")
+    (version "0.70.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -4607,7 +4607,7 @@ targeting the GNOME stack simple.")
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
+                "102d6cd9f96czlq01ixhymfp0z20khw0dl5bgvan9xg31lwb85ad"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~(list "-Dvapi=true"



reply via email to

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