guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14.


From: guix-commits
Subject: 72/136: gnu: vala: Update to 0.56.17; fixes build with gcc-14.
Date: Wed, 1 Jan 2025 10:24:30 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 35a36343af9fa21c9cd18a279fe410b249286ad9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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 71afdc5d38..f1b2012755 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4552,7 +4552,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/"
@@ -4560,7 +4560,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

[Prev in Thread] Current Thread [Next in Thread]