z572 pushed a commit to branch core-packages-team
in repository guix.
commit 8ec05defcf1cae47a6d964a2695a04002500cd8f
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Dec 30 14:02:03 2024 +0100
gnu: vala: Update to 0.56.17; fixes build with gcc-14.
Change-Id: Ie5657a03fb80b2b82c309a3b1f1edd88026442df
* gnu/packages/gnome.scm (vala): Update to 0.56.17.
Change-Id: Ib750bb4f9d8d4bf5b836053d7eb3994939b7475c
---
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 483874bc0c..c94c0194c3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4558,7 +4558,7 @@ passwords in the GNOME keyring.")
(define-public vala
(package
(name "vala")
- (version "0.56.16")
+ (version "0.56.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4566,7 +4566,7 @@ passwords in the GNOME keyring.")
"vala-" version ".tar.xz"))
(sha256
(base32
- "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
+ "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416"))))
(build-system glib-or-gtk-build-system)
(arguments
(list