guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vte: Update to 0.50.2.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: vte: Update to 0.50.2.
Date: Sun, 5 Nov 2017 10:42:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 68488f275dd2620a966f8d283b676245e057451d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Nov 2 21:23:57 2017 +0100

    gnu: vte: Update to 0.50.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.50.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 bb207e5..48ccf12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2016,7 +2016,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.50.1")
+    (version "0.50.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2024,7 +2024,7 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hm88nn1r38fszz770v6dgzgx208ywz4n087n4fhw5kkwpihh5yg"))))
+                "1kq9bxf7waap190zx5k78d21y3l31npblrnhfkxz4j7zz9mk3pbr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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