guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: vala: Update to 0.56.12.


From: guix-commits
Subject: 05/05: gnu: vala: Update to 0.56.12.
Date: Sun, 27 Aug 2023 02:08:58 -0400 (EDT)

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

commit 8a0a5b4e6289eaa357bd2134101507aea320cc39
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Aug 20 09:18:51 2023 +0200

    gnu: vala: Update to 0.56.12.
    
    * gnu/packages/gnome.scm (vala): Update to 0.56.12.
---
 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 08debe6e8a..922d6ba24b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4402,7 +4402,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.3")
+    (version "0.56.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4410,7 +4410,7 @@ passwords in the GNOME keyring.")
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "1gwrnr0d0bqkh6m4bgz39mh3pcswcj43hyijlwgwp2bvpwhn41p1"))))
+                "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list



reply via email to

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