diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-16 16:41:51 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-01-29 08:20:36 +0100 |
commit | a38903ece62399129cbec422ab42ad0407e09980 (patch) | |
tree | b736c63ce27a22a3d4ede658c612b0fe78a7b576 /gnu | |
parent | 6f545b77e2cf51093fe52ce4af89199c40c5fcde (diff) |
gnu: vte: Update to 0.70.2.
* gnu/packages/gnome.scm (vte): Update to 0.70.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 3212196065..12ecfa068b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4599,7 +4599,7 @@ targeting the GNOME stack simple.") (define-public vte (package (name "vte") - (version "0.69.99") + (version "0.70.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -4607,7 +4607,7 @@ targeting the GNOME stack simple.") "vte-" version ".tar.xz")) (sha256 (base32 - "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9")))) + "102d6cd9f96czlq01ixhymfp0z20khw0dl5bgvan9xg31lwb85ad")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dvapi=true" |