gnu: vala: Update to 0.32.0.

* gnu/packages/gnome.scm (vala): Update to 0.32.0.
This commit is contained in:
宋文武 2016-04-06 21:39:31 +08:00 committed by Ludovic Courtès
parent 6c2730172f
commit 884bb4ef24
1 changed files with 2 additions and 2 deletions

View File

@ -1684,7 +1684,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
(version "0.30.0")
(version "0.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1692,7 +1692,7 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
"1pyyhfw3zzbhxfscbn8xz70dg6vx0kh8gshzikpxczhg01xk7w31"))))
"0vpvq403vdd25irvgk7zibz3nw4x4i17m0dgnns8j1q4vr7am8h7"))))
(build-system gnu-build-system)
(arguments
'(#:phases