gnu: vala: Update to 0.36.3.

* gnu/packages/gnome.scm (vala): Update to 0.36.3.
This commit is contained in:
Marius Bakke 2017-05-24 19:36:54 +02:00
parent 8e8fefb622
commit 6d836f4d83
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1813,7 +1813,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
(version "0.34.4")
(version "0.36.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1821,7 +1821,7 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
"10vbd74jazc3vhfagzx8v197bshrg61hnjzna6y3wmhljhrvs5vb"))))
"0706izk9prxqclm7gv4f63diwnlc1llvfl5sc9ghqbgn076lx2mc"))))
(build-system gnu-build-system)
(arguments
'(#:phases