guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 0deedcfdc7399cd33e9e85af4b0a0cad69727cde
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Oct 3 23:28:40 2024 +0900
gnu: dee: Use latest vala.
* gnu/packages/gnome.scm (dee) [native-inputs]: Replace vala-0.52 with vala.
Change-Id: I84ec7ed18e70588f7f4cd40b97f0fccde6edc392
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 851a1b9023..5c1df36c93 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -702,7 +702,7 @@ focused on simplicity. It offers few advanced features
such as:
pkg-config
python-pygobject
python-wrapper
- vala-0.52))
+ vala))
(inputs (list icu4c))
(propagated-inputs (list glib))
(synopsis "Model to synchronize multiple instances over DBus")