diff options
author | Ryan Prior via Guix-patches via <guix-patches@gnu.org> | 2020-11-06 05:09:32 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-11-06 11:46:56 -0500 |
commit | f7b1b22e4b0b5c6867bbfed362b0ebd4e5480507 (patch) | |
tree | 3df0f0cd1134be54c04d7103176982623ba23b70 /gnu/packages/gnome-xyz.scm | |
parent | d1d69543ba25c595d6f6b6e326757e36d08cff68 (diff) | |
download | guix-f7b1b22e4b0b5c6867bbfed362b0ebd4e5480507.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index fa8100ef2e..77b4aada6f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -593,7 +593,7 @@ and a few extra features.") ;; 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") + (version "0.48.1") (source (origin (method git-fetch) (uri (git-reference @@ -601,7 +601,7 @@ and a few extra features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0chgfpci247skrvsiq1l8cas8sj2z6z42dlarka3df3qwxmh0if0")))) + (base32 "12k095052jkvbiyz8gzkj6w7r7p16d5m18fyikl48yvh5nln8fw0")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t)) (inputs |