mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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:
parent
04d53fa839
commit
4498c2b6de
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue