guix-commits
[Top][All Lists]
Advanced

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

14/49: gnu: vala: Update to 0.42.3.


From: guix-commits
Subject: 14/49: gnu: vala: Update to 0.42.3.
Date: Sat, 4 May 2019 08:18:45 -0400 (EDT)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit e99f57307955dce4c431b01878b60b4021a68b51
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:10:00 2018 +0100

    gnu: vala: Update to 0.42.3.
    
    * gnu/packages/gnome.scm (vala): Update to 0.42.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 56be1f8..1a17640 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2243,7 +2243,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.40.9")
+    (version "0.42.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2251,7 +2251,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0yvaijkpahzz26sa37cyzbj75a9vbcbgvxbqzzb7hbcvfy009zy7"))))
+                "0zaq9009wqk5aah131m426a2ia0scwpjpl4npf8p7p43wv8kvisz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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