gnu: vala: Update to 0.32.1.
* gnu/packages/gnome.scm (vala): Update to 0.32.1.
This commit is contained in:
parent
1c7428cd14
commit
8b8f8870c8
|
@ -1734,7 +1734,7 @@ passwords in the GNOME keyring.")
|
|||
(define-public vala
|
||||
(package
|
||||
(name "vala")
|
||||
(version "0.32.0")
|
||||
(version "0.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1742,7 +1742,7 @@ passwords in the GNOME keyring.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vpvq403vdd25irvgk7zibz3nw4x4i17m0dgnns8j1q4vr7am8h7"))))
|
||||
"1ab1l44abf9fj1wznzq5956431ia136rl5049cggnk5393jlf3fx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in New Issue