lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit d98fd40276c6c5cb672ea67ef81d903cdd74d3db
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:36:10 2021 +0100
gnu: vala: Update to 0.52.0.
* gnu/packages/gnome.scm (vala): Update to 0.52.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8139b8c..09b5c19 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4270,7 +4270,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.50.3")
+ (version "0.52.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4278,7 +4278,7 @@ passwords in the GNOME keyring.")
"vala-" version ".tar.xz"))
(sha256
(base32
- "1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
+ "12y6p8wdjp01vmfhxg2cgh32xnyqq6ivblvrar9clnj6vc867qhx"))))
(build-system gnu-build-system)
(arguments
'(#:phases