guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: vte-ng: Update to 0.48.2.a.


From: Marius Bakke
Subject: 01/03: gnu: vte-ng: Update to 0.48.2.a.
Date: Wed, 26 Apr 2017 05:45:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 011b858b947895a5d164abea18c4332532b5a67b
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 25 16:04:11 2017 +0200

    gnu: vte-ng: Update to 0.48.2.a.
    
    * gnu/packages/gnome.scm (vte-ng): Update to 0.48.2.a.
    [native-inputs]: Change GPERF-3.0 to GPERF.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fc19318..6c90b23 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1897,10 +1897,10 @@ editors, IDEs, etc.")
   (package
     (inherit vte)
     (name "vte-ng")
-    (version "0.46.1.a")
+    (version "0.48.2.a")
     (native-inputs
      `(("gtk-doc" ,gtk-doc)
-       ("gperf" ,gperf-3.0)
+       ("gperf" ,gperf)
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
@@ -1912,7 +1912,7 @@ editors, IDEs, etc.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1c0czhsn28b5h4pk3kx89jjbdc5d2qkxhl4ywqvxfivphf2nicbp"))))
+                "0m0bqcppa9vzysxizbymwifpii1lgg1cjy7yphvb1ivxz1pk7bal"))))
     (arguments
       `(#:configure-flags '("CXXFLAGS=-Wformat=0")
         #:phases (modify-phases %standard-phases



reply via email to

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