guix-commits
[Top][All Lists]
Advanced

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

37/117: gnu: vte: Update to 0.62.3.


From: guix-commits
Subject: 37/117: gnu: vte: Update to 0.62.3.
Date: Tue, 23 Mar 2021 19:25:44 -0400 (EDT)

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

commit 620f13c73cd6f04ffd105b885e1c637ec511c6b8
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 b776370..69dddd8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4296,7 +4296,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/"
@@ -4304,7 +4304,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]