~ruther/guix-local

52d2a2be1fda52991a19519bc260f25655bfb1ab — Marius Bakke 8 years ago b7c0c75
gnu: vte-ng: Update to 0.48.3.a.

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

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


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