[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: vte: Update to 0.52.2.
From: |
Marius Bakke |
Subject: |
04/07: gnu: vte: Update to 0.52.2. |
Date: |
Sat, 26 May 2018 11:06:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 80746f97f148d58c012b8479fca3eac3ced67de6
Author: Marius Bakke <address@hidden>
Date: Sat May 26 16:08:09 2018 +0200
gnu: vte: Update to 0.52.2.
* gnu/packages/gnome.scm (vte): Update to 0.52.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 9455ed5..befb7dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2064,7 +2064,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.52.1")
+ (version "0.52.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2072,7 +2072,7 @@ libraries written in C.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lva70inb5y8p42rg95fb88z2ybwcz0lybla3ixbgp2sj0s4rzdh"))))
+ "1br6kg0wzf1wmww1hadihhcpqbamalqmbppfdzjvzk1ayp75f9hg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (385f8a0 -> d5c472a), Marius Bakke, 2018/05/26
- 04/07: gnu: vte: Update to 0.52.2.,
Marius Bakke <=
- 02/07: http-client: Send redirection messages to stderr., Marius Bakke, 2018/05/26
- 01/07: gnu: rust: Fix typo., Marius Bakke, 2018/05/26
- 03/07: gnu: feh: Update to 2.26.3., Marius Bakke, 2018/05/26
- 05/07: gnu: whois: Update to 5.3.1., Marius Bakke, 2018/05/26
- 06/07: gnu: samba: Update to 4.8.2., Marius Bakke, 2018/05/26
- 07/07: gnu: p11-kit: Update to 0.23.11., Marius Bakke, 2018/05/26