diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-02 20:35:58 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-02 21:17:41 +0100 |
commit | bc183968f5bfafff417e2375f1a8cf89095b3a72 (patch) | |
tree | c87648159b7d85d7a1b63875632e84fadc33e7d7 /gnu/packages/gnome.scm | |
parent | 52995941bc4546002150a437f9f3e5022e6dcc86 (diff) | |
download | guix-bc183968f5bfafff417e2375f1a8cf89095b3a72.tar.gz |
gnu: vte-ng: Update to 0.50.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8b8b204da2..bb207e56dc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |