summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-04 05:10:00 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:35 -0400
commit91185fe8f3d164ccf93ceb7cd41c4a760d8c75f0 (patch)
tree4916a56def89a6cde5bc0ac48b739fe90d387e3d /gnu/packages
parent0db6bafb3d4a68c59c84da344be93a70d602540c (diff)
downloadguix-patches-91185fe8f3d164ccf93ceb7cd41c4a760d8c75f0.tar
guix-patches-91185fe8f3d164ccf93ceb7cd41c4a760d8c75f0.tar.gz
gnu: vala: Update to 0.42.3.
* gnu/packages/gnome.scm (vala): Update to 0.42.3.
Diffstat (limited to 'gnu/packages')
-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 4a82dfe488..e9e3180b51 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2250,7 +2250,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 "/"
@@ -2258,7 +2258,7 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0yvaijkpahzz26sa37cyzbj75a9vbcbgvxbqzzb7hbcvfy009zy7"))))
+ "0zaq9009wqk5aah131m426a2ia0scwpjpl4npf8p7p43wv8kvisz"))))
(build-system gnu-build-system)
(arguments
'(#:phases