guix-commits
[Top][All Lists]
Advanced

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

95/135: gnu: vte: Update to 0.54.2.


From: guix-commits
Subject: 95/135: gnu: vte: Update to 0.54.2.
Date: Fri, 21 Dec 2018 14:37:44 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 5002bdd266313d3abeb32b845a65f0a537b23633
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:10:16 2018 +0100

    gnu: vte: Update to 0.54.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.54.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 2f77045..2c73181 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2120,7 +2120,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.52.2")
+    (version "0.54.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2128,7 +2128,7 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1br6kg0wzf1wmww1hadihhcpqbamalqmbppfdzjvzk1ayp75f9hg"))))
+                "0d1q2nc7lic4zax6csy7xdxq8hxjsf7m7dq6a21s1w8s2fslhzaj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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