guix-commits
[Top][All Lists]
Advanced

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

36/113: gnu: vte: Update to 0.62.3.


From: guix-commits
Subject: 36/113: gnu: vte: Update to 0.62.3.
Date: Wed, 24 Mar 2021 19:23:37 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 90db8560a3bf8e0ea8296eb60aa4996ba4c6e355
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:36:23 2021 +0100

    gnu: vte: Update to 0.62.3.
    
    * gnu/packages/gnome.scm (vte): Update to 0.62.3.
---
 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 09b5c19..9266cf4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4313,7 +4313,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.60.3")
+    (version "0.62.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -4321,7 +4321,7 @@ libraries written in C.")
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
+                "1d5kgn51wkvxi9v772kvrrca82vw5d4kv9180hy3mhicln2h4xzm"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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