gnu: vala-language-server: Update to 0.48.1.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Ryan Prior via Guix-patches via 2020-11-06 05:09:32 +00:00 committed by Leo Famulari
parent d1d69543ba
commit f7b1b22e4b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -593,7 +593,7 @@ and a few extra features.")
;; Note to maintainer: VLS must be built with a Vala toolchain the same ;; 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 ;; version or newer. Therefore when you update this package you may need
;; to update Vala too. ;; to update Vala too.
(version "0.48") (version "0.48.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -601,7 +601,7 @@ and a few extra features.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0chgfpci247skrvsiq1l8cas8sj2z6z42dlarka3df3qwxmh0if0")))) (base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t)) (arguments '(#:glib-or-gtk? #t))
(inputs (inputs