guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 8630b03cbb3065ae00bc51288a229a46cfe312c0
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Apr 11 20:16:21 2025 +0200

    gnu: vala: Update to 0.56.18.
    
    * gnu/packages/gnome.scm (vala): Update to 0.56.18.
---
 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 70cdcd9a50..2ec0257013 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4492,7 +4492,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.17")
+    (version "0.56.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4500,7 +4500,7 @@ passwords in the GNOME keyring.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416"))))
+                "10m34vljyj2zg4nzz12c2giwfbwwvimkzk4ygf7dnqxb81yzxbzj"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list

Reply via email to