diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:45:40 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:41 +0800 |
commit | b8f551d91f6088b26f23b673810b5c87821eb349 (patch) | |
tree | 62d8661ac13abc247214a166ec50b2b0f023a470 /gnu | |
parent | ab740c7f2eb8257a9cdc4267731caa760936736e (diff) | |
download | patches-b8f551d91f6088b26f23b673810b5c87821eb349.tar patches-b8f551d91f6088b26f23b673810b5c87821eb349.tar.gz |
gnu: vte: Update to 0.44.1.
* gnu/packages/gnome.scm (vte): Update to 0.44.1.
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 c15c195ef0..6c979e0ef2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1724,7 +1724,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.44.0") + (version "0.44.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1732,7 +1732,7 @@ libraries written in C.") name "-" version ".tar.xz")) (sha256 (base32 - "1ahjxysiv38q91gfq2wddcbvndlggfr8ynls25m42pw83akv38wk")))) + "0kjxzqcwqxky0l7bl8ydn9hl6fm1f0k2pl91wbbhyq4z6d4dabbi")))) (build-system gnu-build-system) (arguments ;; XXX: fails to compile tests with the default flags. |