guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: vala: Update to 0.56.13.


From: guix-commits
Subject: 01/11: gnu: vala: Update to 0.56.13.
Date: Sun, 24 Sep 2023 05:56:25 -0400 (EDT)

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

commit 007810c9a1999b826b0bd02170a69b48261822fb
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Tue Sep 12 22:18:13 2023 -0400

    gnu: vala: Update to 0.56.13.
    
    * gnu/packages/gnome.scm (vala): Update to 0.56.13.
    
    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 2077478ff2..a041139213 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4425,7 +4425,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.12")
+    (version "0.56.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4433,7 +4433,7 @@ passwords in the GNOME keyring.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
+                "01xfarnhpp30wmv9mwayw8751glwppl0sva79j3y9qf76qq25229"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list



reply via email to

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