diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-09 00:04:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:44 -0400 |
commit | 76791a55047a31c3023bfff7006cf07725c15cc9 (patch) | |
tree | a00754804aa0869314747dba393630f77689d454 | |
parent | f0a490732ba8bba09509b587996e0f954c8f6325 (diff) | |
download | guix-76791a55047a31c3023bfff7006cf07725c15cc9.tar.gz |
gnu: vte: Update to 0.69.99.
* gnu/packages/gnome.scm (vte): Update to 0.69.99.
-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 841350197d..1833ebd1e6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4567,7 +4567,7 @@ targeting the GNOME stack simple.") (define-public vte (package (name "vte") - (version "0.68.0") + (version "0.69.99") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -4575,7 +4575,7 @@ targeting the GNOME stack simple.") "vte-" version ".tar.xz")) (sha256 (base32 - "0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk")))) + "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dvapi=true" |