diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 16:52:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 21:53:27 +0100 |
commit | 890795c7094eeb00781bb0cbe2ca3823e6bd30c8 (patch) | |
tree | b419ec5e6b68051e81797ab120465805114094bb /gnu | |
parent | 6554be68b43d5b240c8075cdbb479c66a9780f59 (diff) | |
download | patches-890795c7094eeb00781bb0cbe2ca3823e6bd30c8.tar patches-890795c7094eeb00781bb0cbe2ca3823e6bd30c8.tar.gz |
gnu: vte-ng: Update to 0.46.1.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.46.1.a.
Diffstat (limited to 'gnu')
-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 0c41618d27..5f14d109ea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1827,7 +1827,7 @@ editors, IDEs, etc.") (package (inherit vte) (name "vte-ng") - (version "0.44.1.b") + (version "0.46.1.a") (native-inputs `(("gtk-doc" ,gtk-doc) ("gperf" ,gperf) @@ -1842,7 +1842,7 @@ editors, IDEs, etc.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1mhz4i1qkdlrs49vgm7nsrb60lry9v6wsgwsmji7fln1nyrp1pag")))) + "1c0czhsn28b5h4pk3kx89jjbdc5d2qkxhl4ywqvxfivphf2nicbp")))) (arguments `(#:configure-flags '("CXXFLAGS=-Wformat=0") #:phases (modify-phases %standard-phases |