From 53865a93e301eba221607a5b2e0f75aa357a8db2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 29 Jul 2020 12:54:31 +0200 Subject: gnu: vte: Update to 0.60.3. * gnu/packages/gnome.scm (vte): Update to 0.60.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 345ac4aac7..9c0daa8f64 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3314,7 +3314,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.60.2") + (version "0.60.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -3322,7 +3322,7 @@ libraries written in C.") "vte-" version ".tar.xz")) (sha256 (base32 - "19ccbw0yca78h5qcnm8claj4fg1pj68nj1fsjqqfpzhj7w72i81m")))) + "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy")))) (build-system meson-build-system) (arguments `(#:configure-flags -- cgit v1.2.3