[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: vte: Update to 0.60.3.
From: |
guix-commits |
Subject: |
02/05: gnu: vte: Update to 0.60.3. |
Date: |
Wed, 29 Jul 2020 07:25:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 53865a93e301eba221607a5b2e0f75aa357a8db2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 29 12:54:31 2020 +0200
gnu: vte: Update to 0.60.3.
* gnu/packages/gnome.scm (vte): Update to 0.60.3.
---
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 345ac4a..9c0daa8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3314,7 +3314,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.60.2")
+ (version "0.60.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -3322,7 +3322,7 @@ libraries written in C.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "19ccbw0yca78h5qcnm8claj4fg1pj68nj1fsjqqfpzhj7w72i81m"))))
+ "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags