summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 03:32:30 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:32:55 -0500
commit40a62e60c1a11df08e9216d2567ac2ffc9e9d5e2 (patch)
tree3f9ec44df1ba4c294e51b84f9e35b8a5ac0ae682
parentaae468e980453559820f1235fcb4b2d3c99be02f (diff)
downloadguix-40a62e60c1a11df08e9216d2567ac2ffc9e9d5e2.tar.gz
gnu: vala: Update to 0.34.4.
* gnu/packages/gnome.scm (vala): Update to 0.34.4.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1b5c85298c..b6d07cd8f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1735,7 +1735,7 @@ passwords in the GNOME keyring.")
 (define-public vala
   (package
     (name "vala")
-    (version "0.32.1")
+    (version "0.34.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1743,7 +1743,7 @@ passwords in the GNOME keyring.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ab1l44abf9fj1wznzq5956431ia136rl5049cggnk5393jlf3fx"))))
+                "10vbd74jazc3vhfagzx8v197bshrg61hnjzna6y3wmhljhrvs5vb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases