gnu: vala-language-server: Upgrade to 0.48.3.

* gnu/packages/gnome-xyz.scm (vala-language-server): Upgrade to 0.48.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vivien Kraus 2021-11-13 13:51:58 +00:00 committed by Ludovic Courtès
parent 04d53fa839
commit 4498c2b6de
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -896,7 +896,7 @@ (define-public vala-language-server
;; Note to maintainer: VLS must be built with a Vala toolchain the same
;; version or newer. Therefore when you update this package you may need
;; to update Vala too.
(version "0.48.1")
(version "0.48.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -904,7 +904,7 @@ (define-public vala-language-server
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0"))))
(base32 "1gnvc91gdp3wj9r3r3xxfr09f9lw39cfypn2q5f0443dhhmp059j"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(inputs