me
/
guix
Archived
1
0
Fork 0

gnu: vte: Update to 0.72.2.

* gnu/packages/gnome.scm (vte): Update to 0.72.2.
master
Liliana Marie Prikler 2023-09-02 13:58:19 +02:00
parent 453217d69c
commit 9609b67445
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

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