[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: vte: Update to 0.72.2.
From: |
guix-commits |
Subject: |
18/19: gnu: vte: Update to 0.72.2. |
Date: |
Thu, 7 Sep 2023 14:34:03 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 9609b674450a5dd7c75a871000c42553cf89d95a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 2 13:58:19 2023 +0200
gnu: vte: Update to 0.72.2.
* gnu/packages/gnome.scm (vte): Update to 0.72.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 b460812348..acad9f10be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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"
- 11/19: gnu: gnome-calendar: Update to 44.1., (continued)
- 11/19: gnu: gnome-calendar: Update to 44.1., guix-commits, 2023/09/07
- 08/19: gnu: gdm: Update to 44.1., guix-commits, 2023/09/07
- 14/19: gnu: tracker: Update to 3.5.3., guix-commits, 2023/09/07
- 19/19: gnu: gnome-console: Update to 44.4., guix-commits, 2023/09/07
- 15/19: gnu: tracker-miners: Update to 3.5.2., guix-commits, 2023/09/07
- 17/19: gnu: nautilus: Update to 44.2., guix-commits, 2023/09/07
- 02/19: gnu: gjs: Update to 1.76.2., guix-commits, 2023/09/07
- 09/19: gnu: gnome-shell: Update to 44.3., guix-commits, 2023/09/07
- 12/19: gnu: gnome-initial-setup: Update to 44.0., guix-commits, 2023/09/07
- 16/19: gnu: libadwaita: Update to 1.3.4., guix-commits, 2023/09/07
- 18/19: gnu: vte: Update to 0.72.2.,
guix-commits <=