guix-commits
[Top][All Lists]
Advanced

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

111/181: gnu: vala-next: Update to 0.56.3.


From: guix-commits
Subject: 111/181: gnu: vala-next: Update to 0.56.3.
Date: Tue, 13 Sep 2022 02:26:02 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f0a490732ba8bba09509b587996e0f954c8f6325
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 00:02:35 2022 -0400

    gnu: vala-next: Update to 0.56.3.
    
    * gnu/packages/gnome.scm (vala-next): Update to 0.56.3.
---
 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 17ba6513e4..841350197d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4516,7 +4516,7 @@ targeting the GNOME stack simple.")
 (define-public vala-next
   (package
     (inherit vala)
-    (version "0.56.2")
+    (version "0.56.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4524,7 +4524,7 @@ targeting the GNOME stack simple.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0k0jj3xwjq222x0hbqqy5bykhgk1f1wsb85bqcdgsnbqn6dn3jb6"))))
+                "1gwrnr0d0bqkh6m4bgz39mh3pcswcj43hyijlwgwp2bvpwhn41p1"))))
     (arguments
      (list
       #:configure-flags #~(list "CC=gcc" "--enable-coverage")



reply via email to

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