diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:51:32 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:56 +0800 |
commit | c46b9dc369ab854c55a87c9057e18e7a81866e54 (patch) | |
tree | a7c632b206fe9dc05370d1e44225fe15ca38ada4 /gnu | |
parent | 8b8f8870c82fff3b11f23ebdf45f67c9191d2a9c (diff) | |
download | patches-c46b9dc369ab854c55a87c9057e18e7a81866e54.tar patches-c46b9dc369ab854c55a87c9057e18e7a81866e54.tar.gz |
gnu: vte: Update to 0.44.2.
* gnu/packages/gnome.scm (vte): Update to 0.44.2.
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 3f87cb468e..fef0e18782 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1776,7 +1776,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.44.1") + (version "0.44.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1784,7 +1784,7 @@ libraries written in C.") name "-" version ".tar.xz")) (sha256 (base32 - "0kjxzqcwqxky0l7bl8ydn9hl6fm1f0k2pl91wbbhyq4z6d4dabbi")))) + "0j899ccrkzh7208w29c835m1yms0cas5cxkck8x6l4xv2i45ksm1")))) (build-system gnu-build-system) (arguments ;; XXX: fails to compile tests with the default flags. |