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

commit 9fa5a4f61f1b3ee90ed6505aac6f8dcdff99d72f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 10:38:16 2024 +0200

    gnu: vala: Update to 0.56.17.
    
    * gnu/packages/gnome.scm (vala): Update to 0.56.17.
---
 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 d4cd5fb3bc..00f282b2cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4568,7 +4568,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/"
@@ -4576,7 +4576,7 @@ passwords in the GNOME keyring.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
+                "0spd6ill4nnfpj13qm6700yqhrgmgkcl1wbmj9hrq17h9r70q416"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list

Reply via email to