diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-02-03 13:45:35 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-23 23:22:55 +0100 |
commit | 1552d23a224615eebd2f37fefc068a6250a2ae15 (patch) | |
tree | d533933bcb7334ae293d1f0d4fd4692aade34bde /gnu/packages/gnome.scm | |
parent | df3813c7679952ab806e8bcd47a434fa9af21d41 (diff) | |
download | guix-1552d23a224615eebd2f37fefc068a6250a2ae15.tar.gz |
gnu: vte: Update to 0.72.4.
* gnu/packages/gnome.scm (vte): Update to 0.72.4. Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 646ea8df68..040d01377d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4550,7 +4550,7 @@ targeting the GNOME stack simple.") (define-public vte (package (name "vte") - (version "0.72.3") + (version "0.72.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -4558,7 +4558,7 @@ targeting the GNOME stack simple.") "vte-" version ".tar.xz")) (sha256 (base32 - "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r")))) + "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dvapi=true" |