diff options
author | Liliana Marie Prikler <[email protected]> | 2025-01-09 22:38:05 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:43 +0100 |
commit | 95d3fe71fcb4bacce7fff3d208de0aa29e847c29 (patch) | |
tree | 72129cbaf08468b8c607e28e88037f250d1a4072 /gnu/packages/gnome.scm | |
parent | fd76b0b480600864096ae8a2b3f1576da27a52a8 (diff) |
gnu: vte: Update to 0.78.2.
* gnu/packages/gnome.scm (vte): Update to 0.78.2.
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 fbb3015616..7dce2c5509 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4678,7 +4678,7 @@ targeting the GNOME stack simple.") (define-public vte (package (name "vte") - (version "0.76.3") + (version "0.78.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -4686,7 +4686,7 @@ targeting the GNOME stack simple.") "vte-" version ".tar.xz")) (sha256 (base32 - "0q2xgmxzzpc1268n1c88k8p1gjshakzss50j0b87ydvg0m6fjy7n")))) + "144qqk638n7fbql8542a02lp0nvh2vhci098l6s4cs1m0zgbrmrm")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dgtk3=false" |