[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60865] [PATCH 1/2] gnu: vte: Update to 0.70.2.
From: |
Liliana Marie Prikler |
Subject: |
[bug#60865] [PATCH 1/2] gnu: vte: Update to 0.70.2. |
Date: |
Mon, 16 Jan 2023 16:41:51 +0100 |
* gnu/packages/gnome.scm (vte): Update to 0.70.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 4cc5ca6969..6f162b084d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4599,7 +4599,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.69.99")
+ (version "0.70.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4607,7 +4607,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
+ "102d6cd9f96czlq01ixhymfp0z20khw0dl5bgvan9xg31lwb85ad"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"
--
2.38.1