guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: vala: Update to 0.36.3.


From: Marius Bakke
Subject: 12/14: gnu: vala: Update to 0.36.3.
Date: Wed, 24 May 2017 16:12:47 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 6d836f4d83e36f6639e4eed9e4497a9c2aaa013c
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:36:54 2017 +0200

    gnu: vala: Update to 0.36.3.
    
    * gnu/packages/gnome.scm (vala): Update to 0.36.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 fbf7b50..575a701 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1813,7 +1813,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.34.4")
+    (version "0.36.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1821,7 +1821,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10vbd74jazc3vhfagzx8v197bshrg61hnjzna6y3wmhljhrvs5vb"))))
+                "0706izk9prxqclm7gv4f63diwnlc1llvfl5sc9ghqbgn076lx2mc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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