mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 44f5f473dc68feac1efa8c613fc6f2283b90ae8d
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Sep 25 13:42:04 2021 +0000
gnu: vte: Update to 0.64.2.
* gnu/packages/gnome.scm (vte): Update to 0.64.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5d38a8..d0b2659 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4408,7 +4408,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
- (version "0.60.3")
+ (version "0.64.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4416,7 +4416,7 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
+ "063ys3330cvhbz1dln9irhciavb2prw098lvhpcc2rx6cl5q4g1b"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags