guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vala: Update to 0.56.16.


From: guix-commits
Subject: 02/02: gnu: vala: Update to 0.56.16.
Date: Sat, 30 Mar 2024 08:28:00 -0400 (EDT)

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

commit 09975d1a114690b175076bdff7ae60f4299133c2
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Mar 18 20:35:20 2024 +0100

    gnu: vala: Update to 0.56.16.
    
    * gnu/packages/gnome.scm (vala): Update to 0.56.16.
    
    Change-Id: Ia5c0c608642d4505efef52d882a51bb83c3dd539
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 42f758f8d8..f086720a82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4490,7 +4490,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.14")
+    (version "0.56.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4498,7 +4498,7 @@ passwords in the GNOME keyring.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0mzmldhf6474dp2jkxj160kkafdz32c2l5f8xnm05p4vr9lc50lk"))))
+                "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list



reply via email to

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