From 1034141111d589a140772cee8c54ae9005073fed Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 31 Aug 2020 17:18:38 +0200 Subject: [PATCH] gnu: vala@0.48: Update to 0.48.9. * gnu/packages/gnome.scm (vala-0.48): Update to 0.48.9. --- 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 8e2ba91d61..70706c2678 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4045,7 +4045,7 @@ (define-public vala (define-public vala-0.48 (package (inherit vala) - (version "0.48.7") + (version "0.48.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vala/" @@ -4053,7 +4053,7 @@ (define-public vala-0.48 "vala-" version ".tar.xz")) (sha256 (base32 - "0lswkb7gj0chas9n3l3dbrm9l71hs77adhvm2v600id2ipi37pi8")))))) + "1agyrvslv2yh9ikiw7k5nw6j6il1l2zrzfan0pzdpb9xpg9idslw")))))) (define-public vte (package