gnu: vte: Update to 0.44.2.
author宋文武 <iyzsong@gmail.com>
Mon, 22 Aug 2016 13:51:32 +0000 (21:51 +0800)
committer宋文武 <iyzsong@gmail.com>
Tue, 23 Aug 2016 11:46:56 +0000 (19:46 +0800)
* gnu/packages/gnome.scm (vte): Update to 0.44.2.

gnu/packages/gnome.scm

index 3f87cb4..fef0e18 100644 (file)
@@ -1776,7 +1776,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.44.1")
+    (version "0.44.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1784,7 +1784,7 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kjxzqcwqxky0l7bl8ydn9hl6fm1f0k2pl91wbbhyq4z6d4dabbi"))))
+                "0j899ccrkzh7208w29c835m1yms0cas5cxkck8x6l4xv2i45ksm1"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX: fails to compile tests with the default flags.