guix-commits
[Top][All Lists]
Advanced

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

38/76: gnu: vte: Update to 0.64.2.


From: guix-commits
Subject: 38/76: gnu: vte: Update to 0.64.2.
Date: Mon, 27 Sep 2021 10:30:02 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 34c22a4a939b02b4133d0014d145f71e34a2be55
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 25 13:42:04 2021 +0000

    gnu: vte: Update to 0.64.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.64.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 f5d38a8..d0b2659 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4408,7 +4408,7 @@ targeting the GNOME stack simple.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.60.3")
+    (version "0.64.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -4416,7 +4416,7 @@ targeting the GNOME stack simple.")
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
+                "063ys3330cvhbz1dln9irhciavb2prw098lvhpcc2rx6cl5q4g1b"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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