~ruther/guix-local

bc183968f5bfafff417e2375f1a8cf89095b3a72 — Marius Bakke 8 years ago 5299594
gnu: vte-ng: Update to 0.50.2.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 2051,7 2051,7 @@ editors, IDEs, etc.")
  (package
    (inherit vte)
    (name "vte-ng")
    (version "0.50.1.a")
    (version "0.50.2.a")
    (native-inputs
     `(("gtk-doc" ,gtk-doc)
       ("gperf" ,gperf)


@@ 2066,7 2066,7 @@ editors, IDEs, etc.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "1r70jysdrc7r1vyn3mikpc8hh7rm4lpr0psakj8yssy11p451pja"))))
                "0sv666ilid916ja6gw2d376nyyy66gvhsds8ans02x4b7gagj5sx"))))
    (arguments
      `(#:configure-flags '("CXXFLAGS=-Wformat=0")
        #:phases (modify-phases %standard-phases