diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 22:57:57 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 22:57:57 +0200 |
commit | fa092153423b11519248bfc0f752c16d541156c0 (patch) | |
tree | e13b2828a11aa7a282bb02a4aecfcc357d996b62 /gnu/packages/gnome.scm | |
parent | 896dcbc77c5949969d603fc05281d7ae5b9d84bf (diff) | |
download | guix-fa092153423b11519248bfc0f752c16d541156c0.tar guix-fa092153423b11519248bfc0f752c16d541156c0.tar.gz |
gnu: vte: Update to 0.42.1.
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
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 6ac3e73cdd..b0d97b5d75 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1684,7 +1684,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.40.0") + (version "0.42.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1692,7 +1692,7 @@ libraries written in C.") name "-" version ".tar.xz")) (sha256 (base32 - "0lnq0bgkmsixjwmfacb2ch9qfjqjxa8zkk1hiv3l29kgca0n3nal")))) + "0d4xzjq6mxrlhnh4i12a1yy90n41m03z8wf8g6wh4hjgx7ly404y")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |