gnu: vte: Update to 0.50.2.

* gnu/packages/gnome.scm (vte): Update to 0.50.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-02 21:23:57 +01:00
parent 7561be8699
commit 68488f275d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2016,7 +2016,7 @@ (define-public vala
(define-public vte
(package
(name "vte")
(version "0.50.1")
(version "0.50.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -2024,7 +2024,7 @@ (define-public vte
name "-" version ".tar.xz"))
(sha256
(base32
"1hm88nn1r38fszz770v6dgzgx208ywz4n087n4fhw5kkwpihh5yg"))))
"1kq9bxf7waap190zx5k78d21y3l31npblrnhfkxz4j7zz9mk3pbr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)