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

commit 26424dfa02ec1eaf1baacbeec06a29613fcb082e
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 e2313243d0..b74dcb7e40 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4494,7 +4494,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/"
@@ -4502,7 +4502,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