guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: vte: Update to 0.52.2.


From: Marius Bakke
Subject: 04/07: gnu: vte: Update to 0.52.2.
Date: Sat, 26 May 2018 11:06:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 80746f97f148d58c012b8479fca3eac3ced67de6
Author: Marius Bakke <address@hidden>
Date:   Sat May 26 16:08:09 2018 +0200

    gnu: vte: Update to 0.52.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.52.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 9455ed5..befb7dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2064,7 +2064,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.52.1")
+    (version "0.52.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2072,7 +2072,7 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1lva70inb5y8p42rg95fb88z2ybwcz0lybla3ixbgp2sj0s4rzdh"))))
+                "1br6kg0wzf1wmww1hadihhcpqbamalqmbppfdzjvzk1ayp75f9hg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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