me
/
guix
Archived
1
0
Fork 0

gnu: vte: Update to 0.72.3.

* gnu/packages/gnome.scm (vte): Update to 0.72.3.

Change-Id: Id855baf348bd191cb0f44832bac1fb6948406310
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-26 18:58:48 +01:00 committed by Liliana Marie Prikler
parent bc9b77f0b0
commit 7d0f2433e1
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -4515,7 +4515,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
(version "0.72.2")
(version "0.72.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@ -4523,7 +4523,7 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
"17hwfkb0vakjgf1gbmjma54hdrppzqfbfqj1jr9iz656hp8nz5pp"))))
"16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"