guix-commits
[Top][All Lists]
Advanced

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

14/55: gnu: vte: Update to 0.44.1.


From: ???
Subject: 14/55: gnu: vte: Update to 0.44.1.
Date: Sat, 30 Apr 2016 09:49:30 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 3dfa3b81b1def40bd220551f417ee1b4208b3761
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 09:45:40 2016 +0800

    gnu: vte: Update to 0.44.1.
    
    * gnu/packages/gnome.scm (vte): Update to 0.44.1.
---
 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 c15c195..6c979e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1724,7 +1724,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.44.0")
+    (version "0.44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1732,7 +1732,7 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ahjxysiv38q91gfq2wddcbvndlggfr8ynls25m42pw83akv38wk"))))
+                "0kjxzqcwqxky0l7bl8ydn9hl6fm1f0k2pl91wbbhyq4z6d4dabbi"))))
     (build-system gnu-build-system)
     (arguments
      ;; XXX: fails to compile tests with the default flags.



reply via email to

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