~ruther/guix-local

1552d23a224615eebd2f37fefc068a6250a2ae15 — Vivien Kraus 2 years ago df3813c
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 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"