summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-04 05:10:16 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:36 -0400
commit5f36c5eb12c321dda992691638169192133e1ae6 (patch)
tree7d75d2294a081e225ed71341398c55f52435f74a
parent91185fe8f3d164ccf93ceb7cd41c4a760d8c75f0 (diff)
downloadpatches-5f36c5eb12c321dda992691638169192133e1ae6.tar
patches-5f36c5eb12c321dda992691638169192133e1ae6.tar.gz
gnu: vte: Update to 0.54.2.
* gnu/packages/gnome.scm (vte): Update to 0.54.2.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9e3180b51..7da3143be6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2297,7 +2297,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.52.2")
+ (version "0.54.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2305,7 +2305,7 @@ libraries written in C.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1br6kg0wzf1wmww1hadihhcpqbamalqmbppfdzjvzk1ayp75f9hg"))))
+ "0d1q2nc7lic4zax6csy7xdxq8hxjsf7m7dq6a21s1w8s2fslhzaj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)