efraim pushed a commit to branch master
in repository guix.
commit e267435787b7f62e9bce3b2e3b170f32668ba055
Author: Efraim Flashner <[email protected]>
Date: Fri Feb 5 06:52:57 2016 +0200
gnu: vte: Update to 0.42.3.
* gnu/packages/gnome.scm (vte): Update to 0.42.3.
---
gnu/packages/gnome.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3f90a2e..6267f8b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015, 2016 Mark H Weaver <[email protected]>
;;; Copyright © 2015 David Thompson <[email protected]>
-;;; Copyright © 2015 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1721,7 +1721,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.42.1")
+ (version "0.42.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1729,7 +1729,7 @@ libraries written in C.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0d4xzjq6mxrlhnh4i12a1yy90n41m03z8wf8g6wh4hjgx7ly404y"))))
+ "1832mrw2hhgjipbsfsv2fmdnwnar4rkx589ciz008bg8x908mscn"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)