[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: vte: Update to 0.48.3.
From: |
Marius Bakke |
Subject: |
01/05: gnu: vte: Update to 0.48.3. |
Date: |
Mon, 22 May 2017 10:13:34 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit f2da7c861b9b91d2c3952ff1d1481f026d53af0d
Author: Marius Bakke <address@hidden>
Date: Mon May 22 13:06:16 2017 +0000
gnu: vte: Update to 0.48.3.
* gnu/packages/gnome.scm (vte): Update to 0.48.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 47dcc91..c38a59c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1871,7 +1871,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.48.2")
+ (version "0.48.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1879,7 +1879,7 @@ libraries written in C.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14060d5rmjjmxaknrabhnsjwxni5wa3crg61mqxv8f7yxl0v6y62"))))
+ "1hsqc7238862mqnva5qqdfxnhpwq3ak6zx6kbjj95cs04wcgpad3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)