gnu: vte: Update to 0.48.3.

* gnu/packages/gnome.scm (vte): Update to 0.48.3.
This commit is contained in:
Marius Bakke 2017-05-22 13:06:16 +00:00
parent 74297231be
commit f2da7c861b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1871,7 +1871,7 @@ (define-public vala
(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 @@ (define-public vte
name "-" version ".tar.xz"))
(sha256
(base32
"14060d5rmjjmxaknrabhnsjwxni5wa3crg61mqxv8f7yxl0v6y62"))))
"1hsqc7238862mqnva5qqdfxnhpwq3ak6zx6kbjj95cs04wcgpad3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)